docker compose setup (#162)

Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
This commit is contained in:
LawyZheng
2024-04-11 08:54:27 +08:00
committed by GitHub
parent 8c12e2bc20
commit c0b4510ba8
9 changed files with 211 additions and 0 deletions

21
.dockerignore Normal file
View File

@@ -0,0 +1,21 @@
**/videos
**/artifacts
**/traces
**/inputs
**/har
**/.git
**/.github
**/.mypy_cache
**/.venv
**/.vscode
*.env*
# Streamlit ignores
**/secrets*.toml
# Skyvern
docs
images
.dockerignore
.gitignore
Dockerfile