restore backend.dockerfile

This commit is contained in:
Andreas Köpf
2022-12-17 11:27:14 +01:00
parent 668f81c5b2
commit c1ae50d693
4 changed files with 33 additions and 0 deletions
+6
View File
@@ -1,5 +1,11 @@
#!/usr/bin/env bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
# switch to backend directory
pushd "$parent_path/../"
export ALLOW_ANY_API_KEY=True
uvicorn app.main:app --reload
popd