switched to migrations

This commit is contained in:
Bryce Covert
2017-12-20 13:01:42 -08:00
parent 4625ef4474
commit 222bcbdf5c
10 changed files with 173 additions and 6 deletions

5
migrator/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM node:9.3-alpine
COPY . /usr/local
WORKDIR /usr/local
CMD npm run db-migrate