Skip to content

Commit 2c9eae4

Browse files
committed
Copy the env file into the image
1 parent 67924c7 commit 2c9eae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ COPY build/requirements.txt build/requirements.txt
8686
COPY src/ src/
8787

8888
# Copy the dotenv file into the image
89-
# COPY build/.env build/.env
89+
COPY build/.env build/.env
9090

9191
# Switching to podman build
9292
RUN --mount=type=cache,target=/root/.cache/pip \

0 commit comments

Comments
 (0)