提交 42f35098 编写于 作者: andy_f's avatar andy_f

Update Dockerfile

上级 9fcf85e4
FROM mysql:8.0.25
FROM mysql:5.7
LABEL MAINTAINER=Andy
......
......@@ -2,7 +2,7 @@ FROM nginx:1.21.0
LABEL MAINTAINER=Andy
RUN rm -rf /usr/share/nginx/html/*
COPY src/main/resources/static/* /usr/share/nginx/html/
COPY src/main/resources/static/ /usr/share/nginx/html/
# docker run --name zlt-web \
# -v /host/path/apiUrl.js:/usr/share/nginx/html/module/apiUrl.js:ro
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册