1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Genericized containerfile

This commit is contained in:
krateng
2022-03-24 03:38:06 +01:00
parent 68fd6fe65f
commit 66d703b623
6 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
docker build -t maloja . -f Dockerfile
docker build -t maloja . -f Containerfile
docker run --rm -p 42010:42010 -v $PWD/testdata:/mlj -e MALOJA_DATA_DIRECTORY=/mlj maloja

2
dev/run_podman.sh Normal file
View File

@@ -0,0 +1,2 @@
podman build -t maloja . -f Containerfile
podman run --rm -p 42010:42010 -v $PWD/testdata:/mlj -e MALOJA_DATA_DIRECTORY=/mlj maloja