Update file content
This commit is contained in:
parent
b7f056493f
commit
766c54fea9
|
@ -5,5 +5,5 @@ MAINTAINER chinasoft
|
||||||
# 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面
|
# 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面
|
||||||
COPY dist/dist-prod /usr/share/nginx/html/
|
COPY dist/dist-prod /usr/share/nginx/html/
|
||||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
EXPOSE ${innerPort}
|
EXPOSE 7456
|
||||||
ENTRYPOINT nginx -g "daemon off;"
|
ENTRYPOINT nginx -g "daemon off;"
|
||||||
|
|
Loading…
Reference in New Issue