Add setup_devcontainer target to Makefile
This commit is contained in:
parent
95f5c4421f
commit
0385cfbce1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -77,6 +77,7 @@ ifdef env
|
|||
else
|
||||
poetry run langflow run --path src/frontend/build --log-level debug --host $(host) --port $(port) --env-file .env
|
||||
endif
|
||||
|
||||
setup_devcontainer:
|
||||
make init
|
||||
make build_frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue