mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
ci: fix dockerfile
This commit is contained in:
@@ -3,6 +3,7 @@ FROM node:23-slim AS base
|
||||
# Default environment variables
|
||||
ENV PORT=7331
|
||||
ENV NODE_ENV=production
|
||||
ENV DATABASE_URL="postgresql://localhost:5432/taxhacker"
|
||||
|
||||
# Build stage
|
||||
FROM base AS builder
|
||||
|
||||
Reference in New Issue
Block a user