Skip to content

Commit ae8fb95

Browse files
committed
build: run node build as root
1 parent e07670c commit ae8fb95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ENV NODE_ENV=production
44

55
WORKDIR /app
66

7+
USER 0
8+
79
COPY web/package.json web/package-lock.json ./
810
RUN npm ci
911

0 commit comments

Comments
 (0)