Add build and run scripts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,5 +89,6 @@ CMakeInit.txt
|
||||
|
||||
### Project-specific ###
|
||||
|
||||
data
|
||||
|
||||
|
||||
|
||||
4
build.sh
Executable file
4
build.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
podman build --file bardak/Dockerfile -t bardak ./bardak
|
||||
|
||||
Reference in New Issue
Block a user