Fix comments in web/Dockerfile (#179)

Fixes #177
This commit is contained in:
dfukagaw28
2017-11-06 15:46:59 +09:00
committed by Abhilash Raj
parent 2bbb3cb322
commit 45a4d7805b
2 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,8 @@ RUN set -ex \
WORKDIR /opt/mailman-web
# Expose port 8000 for uwsgi and port 8080 for http
# Expose port 8000 for http and port 8080 for uwsgi
# (see web/mailman-web/uwsgi.ini#L2-L4)
EXPOSE 8000 8080
# Use stop signal for uwsgi server

View File

@@ -38,7 +38,8 @@ RUN set -ex \
WORKDIR /opt/mailman-web
# Expose port 8000 for uwsgi and port 8080 for http
# Expose port 8000 for http and port 8080 for uwsgi
# (see web/mailman-web/uwsgi.ini#L2-L4)
EXPOSE 8000 8080
# Use stop signal for uwsgi server