Skip to content

Commit 398dcaf

Browse files
fix: ensure .env file is copied during Docker build process
1 parent 041a63a commit 398dcaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/Dockerfile.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
FROM node:22 AS builder
66
WORKDIR /app
77
COPY package.json pnpm-lock.yaml ./
8+
COPY .env ./.env
89
RUN npm install -g pnpm
910
RUN pnpm install --force
1011
COPY . .

0 commit comments

Comments
 (0)