feat: add start commands to devcontainer (#3902)

This commit is contained in:
Pascal M 2024-04-28 06:30:56 +02:00 committed by GitHub
commit 0ca4e30b19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
cd api && pip install -r requirements.txt