Make error-pages globally usable
This commit is contained in:
parent
ef315b7089
commit
ad42658ce5
4 changed files with 93 additions and 0 deletions
5
error-pages/Dockerfile
Normal file
5
error-pages/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM python:3.8-alpine
|
||||
|
||||
WORKDIR /home/python
|
||||
COPY . .
|
||||
RUN mkdir -m 777 built
|
||||
Loading…
Add table
Add a link
Reference in a new issue