diff --git a/infrastructure/docker/Dockerfile.passenger-web b/infrastructure/docker/Dockerfile.passenger-web index df8a6d963..4c6b6ad54 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 ["next", "start"] +CMD ["npx", "next", "start"]