mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 12:41:04 +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
|
||||
USER node
|
||||
EXPOSE ${PORT}
|
||||
CMD ["next", "start"]
|
||||
CMD ["npx", "next", "start"]
|
||||
|
||||
Reference in New Issue
Block a user