From 1b04237c96f29cd9373631b07ec79e49e9b9edb4 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Fri, 7 Jun 2024 15:18:22 -0400 Subject: [PATCH] =?UTF-8?q?ajouter=20fichiers=20manquants=20=C3=A0=20Docke?= =?UTF-8?q?rfile=20build=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 361fe34..7c0ad26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/