Include .env in Docker build for easy llm setup (#2484)

Co-authored-by: Shuchang Zheng <shu@skyvern.com>
This commit is contained in:
Prakash Maheshwaran
2025-05-29 17:16:21 -04:00
committed by GitHub
parent ed9dda6d8f
commit 829e46c726
4 changed files with 11 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
FROM python:3.11 AS requirements-stage
FROM python:3.11 as requirements-stage
# Run `skyvern init llm` before building to generate the .env file
WORKDIR /tmp
RUN pip install poetry