From cd1010e3394ab2cfe3477124112864046c1c7b0b Mon Sep 17 00:00:00 2001 From: SamR1 Date: Sat, 20 Jan 2018 19:38:03 +0100 Subject: [PATCH] travis update config --- mpwo_api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/mpwo_api/Dockerfile b/mpwo_api/Dockerfile index b35f11f2..a400ba32 100644 --- a/mpwo_api/Dockerfile +++ b/mpwo_api/Dockerfile @@ -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