Files
Max Brenner 3622c6f2ea improve stability of Docker entrypoint
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
2021-12-02 14:28:30 +01:00
..

This Dockerfile was created as a fix for a stock rttys Dockerfile as it seems to be outdated and broken

Dockerfile supports deployment of specific application version by checking out git repo to required ref. For example, if version 3.5.0 is required to be built, you can run following command:

docker build . --build-arg RTTYS_VERSION=v3.5.0 -t rttys:3.5.0