Correct EXPOSE lines

This commit is contained in:
Jason Rivers 2016-04-26 09:23:51 +01:00
parent 0190cec3d7
commit 9f6d81ccc9

View file

@ -12,6 +12,7 @@ RUN apk update && \
ADD nginx.tar.gz /opt/
ADD nginx.conf /opt/nginx/conf/nginx.conf
EXPOSE 1935,8080
EXPOSE 1935
EXPOSE 8080
CMD ["/opt/nginx/sbin/nginx", "-g", "daemon off;"]