Skip to content

Commit 1cd8647

Browse files
committed
Update Dockerfile to include public files
1 parent ff40719 commit 1cd8647

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/frontend/.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ node_modules
44
.gitignore
55
.next
66
out
7-
public
87
README.md

apps/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN addgroup --system --gid 1001 nodejs
4141
RUN adduser --system --uid 1001 nextjs
4242

4343
# Include this when we want to include images in the future
44-
# COPY --from=builder /app/public ./public
44+
COPY --from=builder /app/public ./public
4545

4646
# Set the correct permission for prerender cache
4747
RUN mkdir .next

0 commit comments

Comments
 (0)