mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-02 20:20:54 +08:00
Split Dockerfile to runtime and devel version, and also reduce the image size for runtime version
This commit is contained in:
3
build_docker_images.sh
Normal file
3
build_docker_images.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
docker build -t gemfield/zlmediakit:20.01-runtime-ubuntu18.04 -f docker/ubuntu18.04/Dockerfile.runtime .
|
||||
#docker build -t gemfield/zlmediakit:20.01-devel-ubuntu18.04 -f docker/ubuntu18.04/Dockerfile.devel .
|
||||
Reference in New Issue
Block a user