diff --git a/Dockerfile b/Dockerfile index ee4c4c6..33c1b00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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!!' \ No newline at end of file +RUN echo 'echo init ok!!'