github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/python/rideshare/django/nginx/Dockerfile (about) 1 FROM nginx:1.21-alpine 2 3 RUN rm /etc/nginx/conf.d/default.conf 4 COPY nginx.conf /etc/nginx/conf.d