Ajouter répertoires data/ et handlers/ à build

This commit is contained in:
Victor Lacasse-Beaudoin 2023-05-05 19:09:23 -04:00
parent bd731adef3
commit 85dd986a6a

View file

@ -11,6 +11,10 @@ COPY go.mod go.sum main.go ./
ADD cmd/ cmd/
ADD data/ data/
ADD handlers/ handlers/
RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o babillard .
# Alpine