mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix passenger frontend bug
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 ["next", "start"]
|
CMD ["npx", "next", "start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user