Commit 93dbbaf1 authored by 鲁鑫's avatar 鲁鑫

Dockerfile文件

parent f4e89da4
......@@ -3,6 +3,7 @@ MAINTAINER xin.lu
VOLUME /tmp
ENV LANG en_US.UTF-8
RUN echo "server { \
#80 当前测试环境Nginx端口 \
listen 80; \
client_max_body_size 50M; \
location /stage-api/ { \
......@@ -26,6 +27,6 @@ RUN echo "server { \
&& mkdir -p /var/mes \
&& mkdir -p /var/mes/mes-ui
ADD dist/ /var/mes/mes-ui/
COPY / /var/mes/mes-ui/
EXPOSE 80
EXPOSE 443
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