Update port in dockerfile
All checks were successful
release-tag / release-image (push) Successful in 3m42s
DRB Tests / drb_mocha_tests (push) Successful in 55s

This commit is contained in:
Logan Cusano
2024-05-26 21:45:08 -04:00
parent e6de0f4453
commit 5c86185ef5

View File

@@ -15,7 +15,7 @@ RUN npm install
COPY . .
# Expose the port on which your Node.js application will run
EXPOSE 3000
EXPOSE 3420
# Command to run the Node.js application
CMD ["node", "."]