We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fccc35 commit e2c3bb6Copy full SHA for e2c3bb6
1 file changed
Dockerfile
@@ -69,6 +69,9 @@ RUN chmod 644 ./package.json
69
COPY --from=builder /app/.next/static ./.next/static
70
RUN chown -R nextjs:nextjs ./.next/static && chmod -R 755 ./.next/static
71
72
+COPY --from=builder /app/content ./content
73
+RUN chown -R nextjs:nextjs ./content && chmod -R 755 ./content
74
+
75
# We have no public yet
76
# COPY --from=builder /app/public ./public
77
# RUN chown -R nextjs:nextjs ./public && chmod -R 755 ./public
0 commit comments