Skip to content

Commit 17f7236

Browse files
committedJan 7, 2025·
fix dockerfile
1 parent 2a748a9 commit 17f7236

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ RUN \
2020
addgroup --system --gid 1001 nodejs && \
2121
adduser --system --uid 1001 nodejs
2222

23-
COPY --chown=1001:1001 assets/ ./assets
2423
COPY --chown=1001:1001 package.json ./
2524
COPY --chown=1001:1001 --from=deps /app/node_modules ./node_modules
2625
COPY --chown=1001:1001 --from=builder /app/build ./build

0 commit comments

Comments
 (0)
Please sign in to comment.