We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff40719 commit 1cd8647Copy full SHA for 1cd8647
apps/frontend/.dockerignore
@@ -4,5 +4,4 @@ node_modules
4
.gitignore
5
.next
6
out
7
-public
8
README.md
apps/frontend/Dockerfile
@@ -41,7 +41,7 @@ RUN addgroup --system --gid 1001 nodejs
41
RUN adduser --system --uid 1001 nextjs
42
43
# Include this when we want to include images in the future
44
-# COPY --from=builder /app/public ./public
+COPY --from=builder /app/public ./public
45
46
# Set the correct permission for prerender cache
47
RUN mkdir .next
0 commit comments