Update CMD to run start.js script

This commit is contained in:
Steven Noack 2025-12-11 07:19:47 +01:00 committed by GitHub
parent a9c3546286
commit 433cb4c129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,4 +25,4 @@ RUN mkdir -p /app/config
EXPOSE 3000
CMD ["node", "dist/index.js"]
CMD ["node", "./scripts/start.js", "start"]