Additional changes to move application to CouchDB database backend. Removed loan files from repository (now in selfhosted couchdb instance).
This commit is contained in:
@@ -3,6 +3,6 @@ FROM python:3.8-slim-buster
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
COPY mortgage/ .
|
||||
|
||||
CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"]
|
||||
CMD [ "python3", "-m" , "web", "run", "--host=0.0.0.0"]
|
||||
Reference in New Issue
Block a user