Skip to content

Commit

Permalink
added workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStorm1313 committed Nov 9, 2024
1 parent 2ce2102 commit d4c03ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ RUN chown -R ${UUID}:${GUID} ${HOME_DIR} && \
chmod -R g=u ${HOME_DIR}

# Set fixed non-root user for compatibility with Podman/Docker and Kubernetes
USER 1001
USER 1001

WORKDIR ${HOME_DIR}

0 comments on commit d4c03ac

Please sign in to comment.