7 lines
119 B
Docker
7 lines
119 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!!' |