mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-03-23 22:12:01 +00:00
3 lines
108 B
Bash
Executable file
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
|