mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +00:00
Significantly improve Dockerfile
https://github.com/vercel/next.js/tree/canary/examples/with-docker
This commit is contained in:
parent
780488560e
commit
26d666d2af
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ WORKDIR /usr/lib/todoblue
|
|||
|
||||
COPY --from=builder /usr/src/todoblue/public ./public
|
||||
COPY --from=builder /usr/src/todoblue/.next/standalone ./
|
||||
COPY --from=builder /usr/src/todoblue/.next/static ./static
|
||||
COPY --from=builder /usr/src/todoblue/.next/static ./.next/static
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
||||
|
|
Loading…
Reference in a new issue