add notification when ip changes

This commit is contained in:
Viktor Barzin 2023-05-10 17:21:47 +00:00
parent fc3392a77c
commit 3281458c4a
5 changed files with 81 additions and 1 deletions

View file

@ -5,4 +5,4 @@ WORKDIR /app
RUN go build -o infra_cli .
RUN adduser -S -D -H -h /app appuser
USER appuser
CMD ["./main"]
CMD ["./infra_cli", "-h"]