We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4c1f7 commit e464e50Copy full SHA for e464e50
1 file changed
Dockerfile
@@ -44,9 +44,9 @@ RUN npm install
44
RUN npm run build-css-prod
45
46
# Create non-root user
47
-# RUN adduser --disabled-password --gecos '' appuser \
48
-# && chown -R appuser:appuser /app
49
-# USER appuser
+RUN adduser --disabled-password --gecos '' appuser \
+ && chown -R appuser:appuser /app
+USER appuser
50
51
# Place executables in the environment at the front of the path
52
ENV PATH="/app/.venv/bin:$PATH"
0 commit comments