generate .env
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-04-19 20:12:46 +01:00
parent f4e83c8405
commit 09dce6e9e4
+3 -2
View File
@@ -13,8 +13,9 @@ RUN pnpm install --frozen-lockfile
COPY . . COPY . .
# Required by prisma generate during image build # Required by prisma generate during image build
ARG DATABASE_URL="postgres://tvone:tvone_password@db:5432/tvone" echo "DATABASE_URL=postgres://tvone:tvone_password@db:5432/tvone" > .env
ENV DATABASE_URL=$DATABASE_URL echo "PORT=3000" >> .env
echo "NODE_ENV=production" >> .env
# Build NestJS # Build NestJS
RUN pnpm build RUN pnpm build