Skip to content

Commit

Permalink
Port forwarding only inside the docker. Pre coding for the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 21, 2021
1 parent a5d6076 commit bac886f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ RUN npm run build

ENV NODE_ENV=production

EXPOSE 1228

CMD ["npm", "run", "start"]
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: '3'
services:
app:
build: ./app/
ports:
- 1227
env_file:
- ./app/.env
volumes:
Expand Down

0 comments on commit bac886f

Please sign in to comment.