mumble-web-proxy/docker
Sebastian Hasler 98b00a396b Add Dockerfile
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
2021-03-15 23:11:54 +01:00
..
Dockerfile Add Dockerfile 2021-03-15 23:11:54 +01:00
README.md Add Dockerfile 2021-03-15 23:11:54 +01:00
entrypoint.sh Add Dockerfile 2021-03-15 23:11:54 +01:00

README.md

mumble-web-proxy OCI image

This directory provides files to build a mumble-web-proxy OCI image. The image is based on Alpine Linux and is less than 30 MiB in size. One can use Docker in order to build the image, as follows.

docker build --build-arg REV=master -t mumble-web-proxy .

master can be replaced by any revision (i.e. branch, tag or commit hash) of this repository.