Merge branch 'develop' of https://gitee.com/myems/myems into develop
commit
e6a9d59f8a
|
@ -9,4 +9,4 @@ RUN rm /etc/nginx/conf.d/default.conf && \
|
|||
COPY nginx.conf /etc/nginx/
|
||||
COPY . /var/www/html/admin
|
||||
EXPOSE 8001
|
||||
CMD ["nginx", "-c /etc/nginx/nginx.conf", "-g 'daemon off;'"]
|
||||
CMD ["nginx", "-c", "/etc/nginx/nginx.conf", "-g", "daemon off;"]
|
|
@ -9,4 +9,4 @@ RUN rm /etc/nginx/conf.d/default.conf && \
|
|||
COPY nginx.conf /etc/nginx/
|
||||
COPY ./build/ /var/www/html/web
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-c /etc/nginx/nginx.conf", "-g 'daemon off;'"]
|
||||
CMD ["nginx", "-c", "/etc/nginx/nginx.conf", "-g", "daemon off;"]
|
Loading…
Reference in New Issue