feat: add start commands to devcontainer (#3902)
This commit is contained in:
parent
ba88f8a6f0
commit
0ca4e30b19
3 changed files with 15 additions and 2 deletions
3
.devcontainer/post_start_command.sh
Executable file
3
.devcontainer/post_start_command.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd api && pip install -r requirements.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue