switched to migrations
This commit is contained in:
5
migrator/Dockerfile
Normal file
5
migrator/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM node:9.3-alpine
|
||||
COPY . /usr/local
|
||||
WORKDIR /usr/local
|
||||
CMD npm run db-migrate
|
||||
|
||||
Reference in New Issue
Block a user