Commit 9dcdae1a authored by 蔡漂平's avatar 蔡漂平

1

parent 76e314e9
......@@ -33,7 +33,6 @@ COPY . /app/
# 由于镜像构建的每一步都会产生新层
# 为了减小镜像体积,尽可能将一些同类操作,集成到一个步骤中,如下、
RUN cp -r dist/* /var/www/html \\
&& cp nginx.conf /etc/nginx/conf.d \\
'''
}
......
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