mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-13 19:24:08 +08:00
12 lines
436 B
Bash
Executable File
12 lines
436 B
Bash
Executable File
docker-compose --profile=local build
|
|
|
|
docker tag tl-rtc-file-git-api-local:latest iamtsm/tl-rtc-file-api-local
|
|
docker tag tl-rtc-file-git-socket-local:latest iamtsm/tl-rtc-file-socket-local
|
|
|
|
docker push iamtsm/tl-rtc-file-api-local
|
|
docker push iamtsm/tl-rtc-file-socket-local
|
|
|
|
docker rmi tl-rtc-file-git-api-local
|
|
docker rmi tl-rtc-file-git-socket-local
|
|
docker rmi iamtsm/tl-rtc-file-api-local
|
|
docker rmi iamtsm/tl-rtc-file-socket-local |