fix: Dockerfile配置文件修改。

This commit is contained in:
tianyongbao
2026-02-04 18:32:08 +08:00
parent 579b20bf59
commit a76f4bb276

View File

@@ -1,7 +1,7 @@
FROM nginx:1.29.1
COPY dist/ /usr/share/nginx/html/
COPY dist/build/h5/ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/nginx.conf
RUN echo 'echo init ok!!'
RUN echo 'echo init ok!!'