Commit 644fc8e0 authored by 周远喜's avatar 周远喜

docker 文件修改

parent bdf562b4
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 3004
......
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