Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkkeli authored Oct 15, 2024
1 parent c4f1b34 commit f4fc8d0
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 @@ -44,8 +44,8 @@ ENV NODE_ENV=production
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

RUN mkdir -p /app/public
COPY --from=builder /app/public ./public
RUN mkdir -p ./public

# Set the correct permission for prerender cache
RUN mkdir .next
Expand Down

0 comments on commit f4fc8d0

Please sign in to comment.