From d4c03ac00e4b068831e4a226c7a20fc87bf70822 Mon Sep 17 00:00:00 2001 From: AlexStorm1313 Date: Sat, 9 Nov 2024 15:49:52 +0100 Subject: [PATCH] added workdir --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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