From d591d27c70e354e42a1812c338b3477213fbca35 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@hebeler.club>
Date: Fri, 13 Sep 2024 21:57:23 +0200
Subject: [PATCH] always migrate to latest

---
 build/pass/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/pass/Dockerfile b/build/pass/Dockerfile
index a2cce8f..8cbf04d 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
 
-- 
GitLab