Add setup_devcontainer target to Makefile

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-26 20:34:36 -03:00
commit 0385cfbce1

View file

@ -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