ajouter fichiers manquants à Dockerfile build step

This commit is contained in:
Victor Lacasse-Beaudoin 2024-06-07 15:18:22 -04:00
parent 1125104280
commit 1b04237c96

View file

@ -4,9 +4,8 @@ LABEL author="vlbeaudoin"
WORKDIR /go/src/app
COPY go.mod go.sum db.go entity.go main.go responses.go ./
COPY go.mod go.sum cmd.go config.go db.go entity.go main.go responses.go template.go ./
ADD cmd/ cmd/
ADD sql/ sql/
ADD templates/ templates/