diff --git a/infrastructure/docker/Dockerfile.passenger-web b/infrastructure/docker/Dockerfile.passenger-web index d43e65126..df8a6d963 100644 --- a/infrastructure/docker/Dockerfile.passenger-web +++ b/infrastructure/docker/Dockerfile.passenger-web @@ -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 ["node", ".next/standalone/server.js"] +CMD ["next", "start"]