Merge pull request #15 from Denshooter/d-branch-2

fix: correct CMD syntax in Dockerfile
This commit is contained in:
Denshooter
2025-02-12 18:19:57 +01:00
committed by GitHub

View File

@@ -29,4 +29,4 @@ ENV NODE_ENV=production
EXPOSE 3000
# Run the app with the start script
CMD ["npm", "start"]s
CMD ["npm", "start"]