321ca801 by xu

Update Dockerfile

1 parent 99ba18c8
...@@ -5,6 +5,7 @@ COPY ./dist/* /usr/share/nginx/html/ ...@@ -5,6 +5,7 @@ COPY ./dist/* /usr/share/nginx/html/
5 COPY ./dist/assets /usr/share/nginx/html/assets 5 COPY ./dist/assets /usr/share/nginx/html/assets
6 COPY ./dist/files /usr/share/nginx/html/files 6 COPY ./dist/files /usr/share/nginx/html/files
7 COPY default.conf /etc/nginx/conf.d/ 7 COPY default.conf /etc/nginx/conf.d/
8 COPY tds.conf /etc/nginx/conf.d/
8 #声明运行时容器暴露的端口(容器提供的服务端口) 9 #声明运行时容器暴露的端口(容器提供的服务端口)
9 RUN chown -R nginx:nginx /usr/share/nginx/html 10 RUN chown -R nginx:nginx /usr/share/nginx/html
10 EXPOSE 29900 11 EXPOSE 29900
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!