Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Jan 7, 2025
1 parent 2a748a9 commit 17f7236
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN \
addgroup --system --gid 1001 nodejs && \
adduser --system --uid 1001 nodejs

COPY --chown=1001:1001 assets/ ./assets
COPY --chown=1001:1001 package.json ./
COPY --chown=1001:1001 --from=deps /app/node_modules ./node_modules
COPY --chown=1001:1001 --from=builder /app/build ./build
Expand Down

0 comments on commit 17f7236

Please sign in to comment.