Add the in-progress setup wizard
This commit is contained in:
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"]
|
Reference in New Issue
Block a user