mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-03-14 16:39:40 +08:00
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASEDIR="$(dirname $0)"
|
|
|
|
docker build -t windj007/lama -f "$BASEDIR/Dockerfile" "$BASEDIR"
|