1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Fix start command

This commit is contained in:
Six 2024-01-16 19:27:55 -08:00
parent 46811de453
commit 67d850776c
No known key found for this signature in database
GPG key ID: 00148D3869C21E43

View file

@ -21,4 +21,4 @@ WORKDIR /app
USER node
COPY --from=builder /app .
CMD ["npx", "next start"]
CMD ["npx", "next", "start"]