1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 12:04:07 +02:00

proper upload size error

This commit is contained in:
Robin Appelman 2020-04-20 22:45:30 +02:00
commit b992208da6
3 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
FROM staticfloat/nginx-certbot
COPY nginx.conf /
COPY entrypoint.sh /
COPY 413.html /var/www
CMD ["/bin/bash", "/entrypoint.sh"]