diff --git a/Dockerfile b/Dockerfile index ae900af..d56e463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,10 +26,10 @@ RUN apk update && \ apk add git gcc musl-dev libffi-dev openssl-dev cargo && \ pip install --upgrade pip && \ pip cache purge && \ - git clone https://github.com/shaymez/HBMonv2.git /monitor && \ + git clone https://github.com/shaymez/HBMonv2.git /hbmon && \ cd /hbmon && \ pip install --no-cache-dir -r requirements.txt && \ - apk del git gcc musl-dev libffi-dev openssl-dev cargo && \ && \ + apk del git gcc musl-dev libffi-dev openssl-dev && \ && \ chown -R radio /hbmon USER radio