Added .env file to docker build #6

Merged
robin merged 3 commits from dev into main 2026-07-20 22:51:57 +02:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 826f296e05 - Show all commits
+1
View File
@@ -0,0 +1 @@
DTTMR_DATABASE_URL=postgres://postgres:postgres@172.17.0.1:5432/postgres?sslmode=disable&timezone=utc
+1
View File
@@ -13,6 +13,7 @@ FROM debian:latest
WORKDIR /app
COPY .env.docker .env
COPY --from=build /app/server /app/server
EXPOSE 8080