Commit a6718d57 authored by daidekun's avatar daidekun

增加暴露端口

parent 7580bdff
...@@ -26,6 +26,9 @@ RUN apt-get update \ ...@@ -26,6 +26,9 @@ RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends nodejs \ && apt-get install --assume-yes --no-install-recommends nodejs \
&& apt-get clean && apt-get clean
EXPOSE 80
EXPOSE 443
VOLUME /etc/nginx/conf.d/ VOLUME /etc/nginx/conf.d/
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment