Skip to content

Commit

Permalink
80->8080
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0tjevp committed Apr 24, 2020
1 parent 19e04f1 commit 4729eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,5 +8,5 @@ COPY package*.json ./
RUN npm install

COPY . .
EXPOSE 80
EXPOSE 8080
CMD [ "node", "server.js" ]
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ services:
example_service:
build: .
ports:
- '8080:80'
- '8080:8080'
depends_on:
- mongo
mongo:
Expand Down

1 comment on commit 4729eea

@vercel
Copy link

@vercel vercel bot commented on 4729eea Apr 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.