Update port in dockerfile
This commit is contained in:
@@ -15,7 +15,7 @@ RUN npm install
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Expose the port on which your Node.js application will run
|
# Expose the port on which your Node.js application will run
|
||||||
EXPOSE 3000
|
EXPOSE 3420
|
||||||
|
|
||||||
# Command to run the Node.js application
|
# Command to run the Node.js application
|
||||||
CMD ["node", "."]
|
CMD ["node", "."]
|
||||||
|
|||||||
Reference in New Issue
Block a user