fixed things to be more inline with how migrations work
Build and Push Image / build-and-push (push) Failing after 24s
Build and Push Image / build-and-push (push) Failing after 24s
This commit is contained in:
+1
-5
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user