wrong repo in Dockerfile, remove some debug

This commit is contained in:
shoopea
2023-08-10 12:19:45 +02:00
parent 6381e9e35d
commit 4f82bb71ab
2 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ WORKDIR /app
ARG COMMIT=latest
RUN GOBIN=/app go install github.com/shoopea/shelly-proxy@$COMMIT
RUN GOBIN=/app go install git.siteop.biz/shoopea/shelly-proxy@$COMMIT
FROM alpine:latest