Skip to content

Commit 9bc2fc1

Browse files
committed
fix frontend build
1 parent 28bb5ec commit 9bc2fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:22-slim AS frontend-deps
33
ENV npm_config_cache=/tmp/npm-cache
44
RUN npm install -g [email protected] && npm cache clean -f
55

6-
ARG DOCKER_USER
6+
ARG DOCKER_USER=1000
77
WORKDIR /home/frontend/
88

99
RUN chown -R ${DOCKER_USER} /tmp/npm-cache

0 commit comments

Comments
 (0)