Added build script for Docker

This commit is contained in:
Fabio Manganiello 2022-09-03 20:42:52 +02:00
parent 83985fbd13
commit 9fd5b1a28e
1 changed files with 3 additions and 0 deletions

3
build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker build -t scribe:latest -f ./Dockerfile .