FROM nginx:1.29.1 COPY dist/build/h5/ /usr/share/nginx/html/ COPY nginx.conf /etc/nginx/nginx.conf RUN echo 'echo init ok!!'