Files
intc-single-ultra-web/Dockerfile
2025-12-22 19:57:48 +08:00

8 lines
120 B
Docker

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