b6bd0a1c by xu

Update Dockerfile

1 parent 6b8f03ed
FROM 192.168.5.4:82/csbr/nginx:stable-alpine-arm
VOLUME /tmp
#将当前文件夹的dist文件复制到容器的/usr/share/nginx/html目录
......@@ -6,6 +5,7 @@ COPY ./dist/* /usr/share/nginx/html/
COPY ./dist/assets /usr/share/nginx/html/assets
COPY ./dist/files /usr/share/nginx/html/files
COPY default.conf /etc/nginx/conf.d/
COPY tds.conf /etc/nginx/conf.d/
#声明运行时容器暴露的端口(容器提供的服务端口)
RUN chown -R nginx:nginx /usr/share/nginx/html
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!