mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2024-11-14 04:33:16 +00:00
4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
source ./env.sh
|
|
docker build -t $YOUR_CONTAINER_NAME .; docker container run -it -v $(pwd):/app
|