add dbHost for container

This commit is contained in:
array-in-a-matrix 2024-08-12 13:50:05 -04:00
parent 5e662c5e54
commit 82ee3f9b0d

View file

@ -8,6 +8,7 @@ RUN apt-get -y install libpq5
RUN nimble -y install jester norm checksums RUN nimble -y install jester norm checksums
RUN nimble build -d:release RUN nimble build -d:release
RUN echo "[Database]\ndbHost = db" > "config.ini"
ARG PORT=8080 ARG PORT=8080
EXPOSE $PORT EXPOSE $PORT