docker compose setup (#162)
Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
This commit is contained in:
21
.dockerignore
Normal file
21
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user