Change to port 801

This commit is contained in:
TheMaddax 2024-12-01 22:45:17 -06:00
parent a9a09b4f2b
commit d553b7f23c
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ WORKDIR /app/server
RUN npm install --only=production RUN npm install --only=production
# Expose port # Expose port
EXPOSE 5000 EXPOSE 801
# Start the server # Start the server
CMD ["npm", "start"] CMD ["npm", "start"]

View file

@ -6,7 +6,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
pull_policy: build pull_policy: build
ports: ports:
- "801:5000" - "801:801"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
env_file: env_file: