mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-20 12:00:32 +08:00
restore backend.dockerfile
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user