travis update config

This commit is contained in:
SamR1 2018-01-20 19:38:03 +01:00
parent 3fcd2cec71
commit cd1010e339

View File

@ -14,6 +14,7 @@ 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