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 28bb5ec commit 9bc2fc1Copy full SHA for 9bc2fc1
src/frontend/Dockerfile
@@ -3,7 +3,7 @@ FROM node:22-slim AS frontend-deps
3
ENV npm_config_cache=/tmp/npm-cache
4
RUN npm install -g [email protected] && npm cache clean -f
5
6
-ARG DOCKER_USER
+ARG DOCKER_USER=1000
7
WORKDIR /home/frontend/
8
9
RUN chown -R ${DOCKER_USER} /tmp/npm-cache
0 commit comments