3 lines
90 B
Docker
3 lines
90 B
Docker
![]() |
FROM nginx:1.20
|
||
|
COPY ./dist /usr/share/nginx/html/dist
|
||
|
COPY ./nginx.conf /etc/nginx/conf.d
|