Réécrire le projet pour la v4 #4

Merged
vlbeaudoin merged 16 commits from breaking/v4 into main 2023-05-25 22:31:14 -05:00
Showing only changes of commit 801df2c522 - Show all commits

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