Skip to content

Commit 8bbfd98

Browse files
committed
fix: public dir
1 parent 4140713 commit 8bbfd98

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ RUN chmod 644 ./package.json
6969
COPY --from=builder /app/.next/static ./.next/static
7070
RUN chown -R nextjs:nextjs ./.next/static && chmod -R 755 ./.next/static
7171

72-
COPY --from=builder /app/public ./public
73-
RUN chown -R nextjs:nextjs ./public && chmod -R 755 ./public
72+
# We have no public yet
73+
# COPY --from=builder /app/public ./public
74+
# RUN chown -R nextjs:nextjs ./public && chmod -R 755 ./public
7475

7576
EXPOSE 3000
7677
ENV HOSTNAME="0.0.0.0"

0 commit comments

Comments
 (0)