1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 00:04:18 +00:00

Significantly improve Dockerfile

https://github.com/vercel/next.js/tree/canary/examples/with-docker
This commit is contained in:
Steffo 2023-08-19 06:23:43 +02:00
parent 780488560e
commit 26d666d2af
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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