Skip to content

Commit

Permalink
alterado porta interna docker web
Browse files Browse the repository at this point in the history
  • Loading branch information
agespucrs committed Sep 11, 2019
1 parent da08631 commit b1a44cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile_web
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM nginx:alpine

COPY nginx.conf /etc/nginx/nginx.conf


WORKDIR /usr/share/nginx/html
COPY build/ .

2 changes: 1 addition & 1 deletion docker-compose-jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
expose:
- "4300"
ports:
- "4300:3000"
- "4300:80"
networks:
- ibere-network

Expand Down

0 comments on commit b1a44cd

Please sign in to comment.