Adapted database scripts to be run from the root directoryt
This commit is contained in:
@ -4,4 +4,5 @@ WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . /app
|
||||
ENTRYPOINT [ "python" ]
|
||||
RUN ["scripts/create_database.py"]
|
||||
CMD ["app.py" ]
|
Reference in New Issue
Block a user