Updated Dockerfile and removed web_ng.py

user: john
branch 'default'
changed Dockerfile
removed mortgage/web_ng.py
This commit is contained in:
john
2023-05-21 14:20:19 +00:00
parent a761126148
commit 3757989fcc
2 changed files with 3 additions and 545 deletions

View File

@@ -1,8 +1,10 @@
FROM python:3.8-slim-buster
WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
COPY mortgage/ .
CMD [ "python3", "-m" , "web", "run", "--host=0.0.0.0"]
CMD [ "python3", "-m" , "web", "run", "--host=0.0.0.0"]