Skip to content

Commit 4ea0837

Browse files
committed
added drizzle config to dockerfile
1 parent f3690b8 commit 4ea0837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ RUN npm run build
2424
EXPOSE 3000
2525

2626
# Run migrations and start the app
27-
CMD npx drizzle-kit push && npm run start
27+
CMD npx drizzle-kit push --config=drizzle.config.ts && npm run start

0 commit comments

Comments
 (0)