Updated docker file to run new script file
This commit is contained in:
@ -3,6 +3,4 @@ COPY ./requirements.txt /app/requirements.txt
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . /app
|
||||
ENTRYPOINT [ "python" ]
|
||||
RUN ["scripts/create_database.py"]
|
||||
CMD ["app.py" ]
|
||||
CMD ["scripts/run.sh"]
|
Reference in New Issue
Block a user