Update dockerfile
- Use the startup command used in the terminal
This commit is contained in:
@@ -17,4 +17,4 @@ COPY . .
|
||||
EXPOSE 3000
|
||||
|
||||
# Command to run the Node.js application
|
||||
CMD ["node", "server.js"]
|
||||
CMD ["node", "."]
|
||||
|
||||
Reference in New Issue
Block a user