4 lines
201 B
Bash
Executable File

docker build $@ -t thomasloven/novnc-ubuntu -f ubuntu.Dockerfile .
docker build $@ -t thomasloven/novnc-debian -f debian.Dockerfile .
docker build $@ -t thomasloven/novnc-alpine -f alpine.Dockerfile .