2 lines
65 B
Docker
2 lines
65 B
Docker
|
FROM nginx:1.19.8-alpine
|
||
|
COPY conf /etc/nginx/conf.d/default.conf
|