Instagram2Fedi/run.sh

4 lines
108 B
Bash
Raw Permalink Normal View History

2021-09-01 13:59:03 +00:00
#!/bin/sh
source ./env.sh
docker build -t $YOUR_CONTAINER_NAME .; docker container run -it -v $(pwd):/app