From 801df2c522dae5a754cfe57ea07ab03244923cc7 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Thu, 25 May 2023 23:20:50 -0400 Subject: [PATCH] Retirer commentaires --- v4/Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) 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"]