diff --git a/Dockerfile b/Dockerfile index 971a47e..76685d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ RUN npm run build EXPOSE 3000 # Start command -CMD ["npm", "run", "start"] +CMD ["sh", "-c", "npx drizzle-kit push && npm run start"]