diff --git a/Dockerfile b/Dockerfile index 1ce124b..d47f5cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN \ apt install -y golang && \ apt autoremove --purge -y && apt clean -y && \ cd /software && git clone https://github.com/arcanericky/totp.git && \ - make linux-amd64 && \ + cd totp && make linux-amd64 && \ cd ./bin && ln -s ./totp-linux-amd64 /usr/local/bin ENV PATH=$PATH:/usr/local/bin