fix: Dockerfile配置文件修改。
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM nginx:1.29.1
|
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
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
RUN echo 'echo init ok!!'
|
RUN echo 'echo init ok!!'
|
||||||
|
|||||||
Reference in New Issue
Block a user