moving alembic script directory

This commit is contained in:
SamR1
2018-01-20 20:05:41 +01:00
parent cd1010e339
commit 3fb7f05fd5
9 changed files with 6 additions and 5 deletions

View File

@ -14,7 +14,6 @@ RUN pip install -r mpwo_api/requirements.txt
# add app
COPY . /usr/src/app
COPY ../migrations /usr/src/app
# run server
CMD flask run --with-threads -h 0.0.0.0