diff --git a/build/pass/Dockerfile b/build/pass/Dockerfile index a2cce8f36b2aeeee57f45493c55f2661eb179d02..8cbf04d28dbbb27cbc9facc95042f28eb446d294 100644 --- a/build/pass/Dockerfile +++ b/build/pass/Dockerfile @@ -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