feat: upgrade python version and install frontend in container
This commit is contained in:
parent
3be3a45606
commit
a482d5bba8
6 changed files with 77 additions and 30 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,6 +1,16 @@
|
|||
# Secrets
|
||||
config.yaml
|
||||
|
||||
# External frontend repo and build
|
||||
/frontend/
|
||||
/app/static/ui/
|
||||
|
||||
# build-harness
|
||||
/build-harness/
|
||||
/build-harness-extensions/
|
||||
.build-harness
|
||||
.build-harness-ext
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue