Dockerfile 100 Bytes
Newer Older
1 2 3 4
FROM nginx:1.19-alpine

RUN rm /etc/nginx/conf.d/default.conf
COPY ./recircle.conf /etc/nginx/conf.d