Updated Dockerfile and removed web_ng.py
user: john branch 'default' changed Dockerfile removed mortgage/web_ng.py
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user