mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
add dbHost for container
This commit is contained in:
parent
5e662c5e54
commit
82ee3f9b0d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue