Update Dockerfile
This commit is contained in:
@@ -34,7 +34,7 @@ COPY . .
|
||||
CMD npm i
|
||||
|
||||
# Expose the port that the application listens on.
|
||||
EXPOSE 3000
|
||||
EXPOSE ${APP_PORT}
|
||||
|
||||
# Run the application.
|
||||
CMD node index.js
|
||||
|
||||
Reference in New Issue
Block a user