Merge pull request #15 from Denshooter/d-branch-2
fix: correct CMD syntax in Dockerfile
This commit is contained in:
@@ -29,4 +29,4 @@ ENV NODE_ENV=production
|
|||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Run the app with the start script
|
# Run the app with the start script
|
||||||
CMD ["npm", "start"]s
|
CMD ["npm", "start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user