We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a748a9 commit 17f7236Copy full SHA for 17f7236
Dockerfile
@@ -20,7 +20,6 @@ RUN \
20
addgroup --system --gid 1001 nodejs && \
21
adduser --system --uid 1001 nodejs
22
23
-COPY --chown=1001:1001 assets/ ./assets
24
COPY --chown=1001:1001 package.json ./
25
COPY --chown=1001:1001 --from=deps /app/node_modules ./node_modules
26
COPY --chown=1001:1001 --from=builder /app/build ./build
0 commit comments