Skip to content

Commit af5066b

Browse files
committed
missing images
1 parent 4b4983b commit af5066b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pwa/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ ENV NODE_ENV production
5959
RUN addgroup --system --gid 1001 nodejs
6060
RUN adduser --system --uid 1001 nextjs
6161

62+
COPY --from=builder --link /srv/app/public ./public
63+
6264
# Automatically leverage output traces to reduce image size
6365
# https://nextjs.org/docs/advanced-features/output-file-tracing
6466
COPY --from=builder --link --chown=nextjs:nodejs /srv/app/.next/standalone ./

0 commit comments

Comments
 (0)