budibase/hosting/proxy/Dockerfile

3 lines
120 B
Docker
Raw Normal View History

2022-01-11 20:33:22 +01:00
FROM nginx:latest
COPY .generated-nginx.prod.conf /etc/nginx/nginx.conf
COPY error.html /usr/share/nginx/html/error.html