Skip to content

Commit

Permalink
fixed docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrovismara committed Sep 17, 2017
1 parent 8ceefbf commit 3e7b736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ VOLUME "$USER_HOME_DIR/.m2"

WORKDIR "apache-maven-3.5.0/bin"

EXPOSE 8888
EXPOSE 8080

ENTRYPOINT ["./mvn", "-f", "/pwa-backend/pom.xml", "clean", "package", "appengine:run"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:
volumes:
- ./pwa-backend:/pwa-backend
ports:
- "8888:8888"
- "8080:8080"

0 comments on commit 3e7b736

Please sign in to comment.