Skip to content

Commit

Permalink
remove reference to public directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz committed Mar 8, 2024
1 parent a78d189 commit 624c32e
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

# Set the correct permission for prerender cache
RUN mkdir .next
RUN chown nextjs:nodejs .next
Expand Down

0 comments on commit 624c32e

Please sign in to comment.