Retirer commentaires

This commit is contained in:
Victor Lacasse-Beaudoin 2023-05-25 23:20:50 -04:00
parent 97ee9458bb
commit 801df2c522

View file

@ -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"]