aqi_monitor/backend/nginx/Dockerfile

9 lines
174 B
Docker
Raw Normal View History

2021-02-16 03:40:22 +00:00
# Use the Nginx image
FROM nginx
# Remove the default nginx.conf
RUN rm /etc/nginx/conf.d/default.conf
# Replace with our own nginx.conf
COPY nginx.conf /etc/nginx/conf.d/