From 3a602486df06076712d3792c87b2ce759ae03f1a Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Sun, 20 Aug 2023 16:21:44 -0400 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20Dockerfile=20avec=20re?= =?UTF-8?q?factor=20de=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a53152d..a0fac5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ ADD cmd/ cmd/ ADD api/ api/ +ADD api_handlers/ api_handlers/ + ADD config/ config/ ADD media/ media/ @@ -20,7 +22,7 @@ ADD models/ models/ ADD templates/ templates/ -ADD serverhandlers/ serverhandlers/ +ADD web_handlers/ web_handlers/ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o agecem-org .