blob: 1a8065001fc812c7390bc63217ca3b08d55f09da [file] [log] [blame]
FROM nginx
COPY website-v2/build/ /usr/share/nginx/html
COPY docs-python/ /usr/share/nginx/html/docs/docs/python
COPY nginx_config/nginx.conf /etc/nginx/nginx.conf
COPY nginx_config/default.conf /etc/nginx/conf.d/default.conf
RUN chown -R nginx:nginx /usr/share/nginx/html/