Skip to content

Commit

Permalink
remove step in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmo80 committed Apr 14, 2024
1 parent 35f2c26 commit 2aa8128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

COPY --from=builder /app/public ./public
# COPY --from=builder /app/public ./public

RUN mkdir .next
RUN chown nextjs:nodejs .next
Expand Down

0 comments on commit 2aa8128

Please sign in to comment.