Files
web-dslr/build.sh
2021-08-06 21:49:59 +00:00

8 lines
134 B
Bash
Executable File

#!/bin/sh
docker build -t web-gphoto2 - < Dockerfile
docker run --rm -it \
-v $PWD:/src \
-u $(id -u):$(id -g) \
web-gphoto2 \
$@