crawlerApp/nginx/Dockerfile
2022-02-20 23:11:15 +05:00

3 lines
No EOL
76 B
Docker

FROM nginx:1.19.0-alpine
COPY ./default.conf /etc/nginx/conf.d/default.conf