Added support for Docker usage in development

This commit is contained in:
2024-02-23 13:27:29 -05:00
parent 75552eccee
commit 65fc2b753b
5 changed files with 21 additions and 0 deletions

3
bin/docker-build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker build -t leviathan .