University project by JulianGroshaupt and sarcaustech
The containerization is set up with multi-staging to build an image without the compilation overhead of Rust / Cargo (see Dockerfile).
To build the docker image, run the following in the project's directory:
docker build -t vimeet-server .
To create and start a container, run:
docker run -itd -p <YOUR_HOST_PORT>:8080 --name <YOUR_CONTAINER_NAME> vimeet-server