Add missing .env file copy in Dockerfile for build stage

This commit is contained in:
Danel Kungla
2025-07-16 16:07:27 +03:00
parent 2689b87977
commit 79b6652748

View File

@@ -9,6 +9,7 @@ RUN npm install -g dotenv-cli
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY packages packages
COPY tooling tooling
COPY .env .env
COPY .env.production .env.production
# Load env file and echo a specific variable