Added build script for Docker
This commit is contained in:
parent
83985fbd13
commit
9fd5b1a28e
1 changed files with 3 additions and 0 deletions
3
build.sh
Executable file
3
build.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
docker build -t scribe:latest -f ./Dockerfile .
|
Loading…
Reference in a new issue