tubearchivist-server/tubearchivist/nginx/Dockerfile

9 lines
174 B
Docker

# 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/