From 37ba75ecc537677ce4d3ebf0a4113588763e1adf Mon Sep 17 00:00:00 2001 From: rezidir Date: Mon, 22 Jun 2026 14:12:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 369c018..8453310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,16 +29,6 @@ COPY --from=builder /app/bin/server.exe ./bin/server.exe # Copy the built Flutter web app #COPY web/ ./web/ -# Set environment variables -ENV PORT=9090 -ENV POSTGRES_HOST=localhost -ENV POSTGRES_PORT=5432 -ENV POSTGRES_DB=family_safety -ENV POSTGRES_USER=postgres -ENV POSTGRES_PASSWORD=postgres -ENV JWT_SECRET=your-super-secret-key-change-me -ENV TOKEN_LIFETIME=600 - EXPOSE 9090 CMD ["./bin/server.exe"]