The User Service was a component of the Tempest cloud storage solution responsible for managing user-related operations, including user registration, authentication, and profile management.
docker build -t .
docker run -p 8080:8080 -v . -e ENV_VARIABLE=value .
docker stop container-name