fix: correct CMD syntax in Dockerfile

Remove extraneous character from CMD instruction in Dockerfile to 
ensure proper execution of the start script. This change fixes 
the command syntax and improves the reliability of the Docker 
container startup process.
This commit is contained in:
Denshooter
2025-02-12 18:18:49 +01:00
parent 0f87dee9ac
commit 1f4fe21555
+1 -1
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"]