Add missing .env file copy in Dockerfile for build stage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user