mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
use next start for deployment
This commit is contained in:
@@ -58,4 +58,4 @@ COPY --from=builder /app/${APP_PATH}/.next .next
|
|||||||
COPY --from=builder /app/${APP_PATH}/public public
|
COPY --from=builder /app/${APP_PATH}/public public
|
||||||
USER node
|
USER node
|
||||||
EXPOSE ${PORT}
|
EXPOSE ${PORT}
|
||||||
CMD ["node", ".next/standalone/server.js"]
|
CMD ["next", "start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user