1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00
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