diff --git a/Dockerfile b/Dockerfile index c5ec454..5ad66b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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