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
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
pushd $parent_path
docker build ../../backend -f ../backend.dockerfile -t ocgpt-backend
popd