From 82ee3f9b0dc88175cb7be92b5bf50c1ef2165d6a Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 12 Aug 2024 13:50:05 -0400 Subject: [PATCH] add dbHost for container --- dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfile b/dockerfile index 45cadf0..c2d455d 100644 --- a/dockerfile +++ b/dockerfile @@ -8,6 +8,7 @@ RUN apt-get -y install libpq5 RUN nimble -y install jester norm checksums RUN nimble build -d:release +RUN echo "[Database]\ndbHost = db" > "config.ini" ARG PORT=8080 EXPOSE $PORT