Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change Dockerfile EXPOSE
  • Loading branch information
billvsme committed Dec 23, 2016
1 parent e46be36 commit 01832b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -48,5 +48,4 @@ VOLUME /var/lib/postgresql/
VOLUME /var/log/vmaig/

CMD supervisord -c /etc/supervisord.conf
EXPOSE 80
EXPOSE 443
EXPOSE 80 443
3 changes: 1 addition & 2 deletions Dockerfile_cn
Expand Up @@ -50,5 +50,4 @@ VOLUME /var/lib/postgresql/
VOLUME /var/log/vmaig/

CMD supervisord -c /etc/supervisord.conf
EXPOSE 80
EXPOSE 443
EXPOSE 80 443

0 comments on commit 01832b6

Please sign in to comment.