We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f7f2f commit 8addfd7Copy full SHA for 8addfd7
apps/unsaged/Dockerfile
@@ -12,6 +12,9 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
12
COPY apps/ apps/
13
COPY packages/ packages/
14
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
+
18
# ---- Dependencies ----
19
FROM base AS dependencies
20
0 commit comments