Make error-pages globally usable

This commit is contained in:
schmelczerandras 2020-07-20 15:52:51 +02:00
parent ef315b7089
commit ad42658ce5
4 changed files with 93 additions and 0 deletions

5
error-pages/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM python:3.8-alpine
WORKDIR /home/python
COPY . .
RUN mkdir -m 777 built