Change to port 801
This commit is contained in:
parent
a9a09b4f2b
commit
d553b7f23c
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ WORKDIR /app/server
|
|||
RUN npm install --only=production
|
||||
|
||||
# Expose port
|
||||
EXPOSE 5000
|
||||
EXPOSE 801
|
||||
|
||||
# Start the server
|
||||
CMD ["npm", "start"]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
pull_policy: build
|
||||
ports:
|
||||
- "801:5000"
|
||||
- "801:801"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
env_file:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue