mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Genericized containerfile
This commit is contained in:
@@ -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
2
dev/run_podman.sh
Normal 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
|
||||
Reference in New Issue
Block a user