dependency hell level 28

This commit is contained in:
Chris Grimmett 2023-12-13 16:43:51 -08:00
parent 6f876a6c2e
commit 2a06f5af80
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ COPY --from=build /usr/src/app/.next/standalone ./
COPY --from=build /usr/src/app/.next/static ./.next/static
# COPY --from=build /prod/app1/.next/standalone /app
EXPOSE 3000
ENV HOSTNAME="0.0.0.0"
CMD [ "dumb-init", "node", "server.js" ]