From 2af75e1ecf9b8a8fa98f082b760ff31f50ac9904 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Sat, 16 Sep 2023 17:08:56 -0400 Subject: [PATCH] =?UTF-8?q?Ajouter=20dbschema/=20et=20dbstruct/=20=C3=A0?= =?UTF-8?q?=20build=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3e11ae5..499b2a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ ADD apiresponse/ apiresponse/ ADD cmd/ cmd/ ADD config/ config/ ADD dbclient/ dbclient/ +ADD dbschema/ dbschema/ +ADD dbstruct/ dbstruct/ ADD webcontent/ webcontent/ ADD webhandler/ webhandler/