Update port in dockerfile
This commit is contained in:
@@ -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", "."]
|
||||
|
||||
Reference in New Issue
Block a user