Commit 82c5c5c3 authored by 周远喜's avatar 周远喜

.. 修改

parent 6b6aa98c
FROM nginx
WORKDIR /usr/share/nginx/html
COPY dist/ .
COPY . .
COPY nginx.conf /etc/nginx/nginx.conf
RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
EXPOSE 3006
......
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