Update dockerfile
Some checks failed
DRB Build Tests / build (push) Failing after 34s
DRB Build Tests / drb_build_and_test (push) Failing after 51s

- Use the startup command used in the terminal
This commit is contained in:
Logan Cusano
2024-04-28 05:11:49 -04:00
parent 7175487d77
commit 0c1f6cd867

View File

@@ -17,4 +17,4 @@ COPY . .
EXPOSE 3000
# Command to run the Node.js application
CMD ["node", "server.js"]
CMD ["node", "."]