diff --git a/Dockerfile b/Dockerfile index 4314d8b..09b3c54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /app COPY internal . -RUN go build . -o ip-info +RUN go build . -o ipinfo # RUN IMAGE FROM alpine @@ -26,4 +26,4 @@ WORKDIR /app COPY --from=build /app/ip-info . COPY mmdbmeld.yml . -CMD ["./ip-info"] \ No newline at end of file +CMD ["./ipinfo"] \ No newline at end of file