Files
web-dslr/build.sh
Ingvar Stepanyan 2665a5bc41 Add build with Docker, make and submodules
Starting to pull out hacks and custom instructions into a reproducible build.
2021-08-06 20:49:19 +00:00

7 lines
128 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