Changed launch command for image
All checks were successful
Sonar / SonarQube (push) Successful in 51s
Sonar / Docker stuff (push) Successful in 7s

This commit is contained in:
Liviu Burcusel 2025-12-10 16:15:14 +01:00
parent f10044893a
commit 7939e11f22
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -9,4 +9,4 @@ ENV HOST=0.0.0.0
EXPOSE 3000
CMD ["node", "/app/server/index.mjs"]
CMD ["NITRO_CLUSTER_WORKERS=4", "node", "/app/server/index.mjs"]