From 5c86185ef5cdcf2ccd026c74dc485ec349ea03ac Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 May 2024 21:45:08 -0400 Subject: [PATCH] Update port in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd3de19..01328f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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", "."]