budibase/hosting/proxy/Dockerfile

3 lines
120 B
Docker

FROM nginx:latest
COPY .generated-nginx.prod.conf /etc/nginx/nginx.conf
COPY error.html /usr/share/nginx/html/error.html