1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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