1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/hosting/proxy/Dockerfile

3 lines
120 B
Docker
Raw Normal View History

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