We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a5d49 commit 5fb34e4Copy full SHA for 5fb34e4
1 file changed
compose/linkedin/Dockerfile
@@ -30,8 +30,8 @@ RUN sed -i 's/\r$//g' /start && chmod +x /start
30
COPY . ${APP_HOME}
31
32
# Run as non-root user to avoid creating root-owned files on bind mounts
33
-RUN useradd -m -u 1000 -s /bin/bash appuser
34
-USER appuser
+# Base image already has 'ubuntu' user with UID 1000
+USER ubuntu
35
36
# Set the working directory
37
WORKDIR ${APP_HOME}
0 commit comments