diff --git a/v4/Dockerfile b/v4/Dockerfile index 26c5238..805727f 100644 --- a/v4/Dockerfile +++ b/v4/Dockerfile @@ -23,13 +23,3 @@ WORKDIR /app COPY --from=build /go/src/app/bottin /usr/bin/bottin CMD ["bottin", "--help"] - -# Debian - -#FROM debian:stable-20230502 - -#WORKDIR /app - -#COPY --from=build /go/src/app/haul /usr/bin/haul - -#CMD ["haul", "--help"]