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:
parent
46811de453
commit
67d850776c
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ WORKDIR /app
|
|||
USER node
|
||||
COPY --from=builder /app .
|
||||
|
||||
CMD ["npx", "next start"]
|
||||
CMD ["npx", "next", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue