Add the in-progress setup wizard
This commit is contained in:
parent
2ee9427ce8
commit
4c0e81224f
3 changed files with 74 additions and 0 deletions
5
setup_wizard/Dockerfile
Normal file
5
setup_wizard/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM python:3
|
||||
WORKDIR /app
|
||||
ADD . /app
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["python", "wizard.py"]
|
Loading…
Add table
Add a link
Reference in a new issue