4 lines
98 B
Docker
4 lines
98 B
Docker
FROM nginx:1.20
|
|
COPY ./dist/build/h5 /usr/share/nginx/html/h5
|
|
COPY ./nginx.conf /etc/nginx/conf.d
|