Skip to content
Snippets Groups Projects
Commit d591d27c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

always migrate to latest

parent 259b55c9
No related branches found
No related tags found
1 merge request!28Invoiceninja
......@@ -18,7 +18,7 @@ WORKDIR /app
ENTRYPOINT [ "/bin/bash", "-c"]
CMD ["npm i && knex migrate:up && nodemon --signal SIGTERM --exec node --verbose --inspect=0.0.0.0 ./bin/www"]
CMD ["npm i && knex migrate:latest && nodemon --signal SIGTERM --exec node --verbose --inspect=0.0.0.0 ./bin/www"]
FROM development as production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment