tubearchivist-server/tubearchivist/nginx/Dockerfile

9 lines
174 B
Docker
Raw Normal View History

2022-04-29 10:48:25 +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/