Changed launch command for image
This commit is contained in:
parent
f10044893a
commit
7939e11f22
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ ENV HOST=0.0.0.0
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["node", "/app/server/index.mjs"]
|
CMD ["NITRO_CLUSTER_WORKERS=4", "node", "/app/server/index.mjs"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue