feat(docker): basic

This commit is contained in:
2022-08-21 14:57:32 +02:00
commit 5765db3d90
4 changed files with 20 additions and 0 deletions

5
scripts/build_docker.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
docker build -f $TMP/build_docker.Dockerfile .