fixed things to be more inline with how migrations work
Build and Push Image / build-and-push (push) Failing after 24s

This commit is contained in:
2026-05-12 23:27:49 -07:00
parent 0d146bda6b
commit 569a41f053
11 changed files with 54 additions and 185 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
FROM node:24-alpine
ENV DB_HOST=<your_db_host>
ENV DB_USERNAME=<your_db_username>
ENV DB_PASSWORD=<your_db_password>
ENV DB_PORT=<your_db_port>
ENV DB_DATABASE=<your_db_database>
ENV DATABASE_URL=<the database url>
WORKDIR /app
COPY . .