Skip to content

Commit 8addfd7

Browse files
committed
Added .env.local copy into Dockerfile
1 parent 65f7f2f commit 8addfd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/unsaged/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
1212
COPY apps/ apps/
1313
COPY packages/ packages/
1414

15+
# Copy the .env.local file from the host to the specified path in the Docker container
16+
COPY ./apps/unsaged/.env.local /unsaged/apps/unsaged/.env.local
17+
1518
# ---- Dependencies ----
1619
FROM base AS dependencies
1720

0 commit comments

Comments
 (0)