fix serve static files
This commit is contained in:
parent
e08174d59f
commit
3554d95656
@ -45,5 +45,6 @@ COPY --from=installer /app/apps/web/package.json .
|
||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||
COPY --from=installer --chown=nextjs:nodejs /app/apps/web/.next/standalone ./
|
||||
COPY --from=installer --chown=nextjs:nodejs /app/apps/web/.next/static ./apps/web/.next/static
|
||||
COPY --from=installer --chown=nextjs:nodejs /app/apps/web/public ./apps/web/public
|
||||
|
||||
CMD node apps/web/server.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user