crawlerApp/nginx/Dockerfile

3 lines
76 B
Text
Raw Normal View History

2022-02-20 23:11:15 +05:00
FROM nginx:1.19.0-alpine
COPY ./default.conf /etc/nginx/conf.d/default.conf