1
0
Fork 0
mirror of https://github.com/Horhik/Instagram2Fedi.git synced 2025-03-23 22:12:01 +00:00
Instagram2Fedi/run.sh

3 lines
108 B
Bash
Executable file

#!/bin/sh
source ./env.sh
docker build -t $YOUR_CONTAINER_NAME .; docker container run -it -v $(pwd):/app