ajouter fichiers manquants à Dockerfile build step
This commit is contained in:
parent
1125104280
commit
1b04237c96
1 changed files with 1 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue