Skip to content

Commit

Permalink
Remove command for public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebeauguitte committed Oct 14, 2024
1 parent 6352058 commit 3dceee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

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

RUN mkdir .next
RUN chown nextjs:nodejs .next

Expand Down

0 comments on commit 3dceee0

Please sign in to comment.