Skip to content

Commit b95ae23

Browse files
committed
fix: Add missing .env file copy in Dockerfile
1 parent 61c3fec commit b95ae23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/gc-qa-rag-etl/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN pdm install --prod --no-editable
2929

3030
# Copy project files
3131
COPY readme.md ./
32+
COPY .env ./
3233
COPY .config.*.json ./
3334
COPY etlapp/ ./etlapp/
3435
COPY etlapp_api/ ./etlapp_api/

0 commit comments

Comments
 (0)