chore: run database push on startup in Dockerfile

This commit is contained in:
2026-06-12 09:17:36 +07:00
parent b9a10aa50b
commit f573f1ae19
+1 -1
View File
@@ -18,4 +18,4 @@ RUN npm run build
EXPOSE 3000 EXPOSE 3000
# Start command # Start command
CMD ["npm", "run", "start"] CMD ["sh", "-c", "npx drizzle-kit push && npm run start"]