feature: adding Dockerfile for online testing or deployment to docker

This commit is contained in:
Matt Raymer
2025-04-25 04:20:20 -04:00
parent b225306076
commit 9863f5bdaf
2 changed files with 46 additions and 0 deletions

4
build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export IMAGENAME="$(basename $PWD):1.0"
docker build . --network=host -t $IMAGENAME --no-cache