diff --git a/Containerfile b/Containerfile index 85aa6b4..84b2849 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \ No newline at end of file +USER 1001 + +WORKDIR ${HOME_DIR} \ No newline at end of file