blob: 72ffae211923d022c58c45611db39dc2476fb7ed [file] [log] [blame]
FROM nginx
COPY website-v2/build/ /usr/share/nginx/html
COPY docs-python/ /usr/share/nginx/html/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/