You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2022. It is now read-only.
# By default, a docker container runs as a root user. Switch to previously created user to resolve problems with permissions to files created from the container.
USER "${USER}"
# Set the working directory inside the container. All commands will be run inside this directory by default.