fixed connection string in configs
Build and Deploy / build-and-deploy (push) Successful in 36s

This commit is contained in:
2026-05-23 19:26:59 +03:00
parent c8b49b2e6c
commit 884a536320
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,3 +3,4 @@ FROM postgres:16
RUN apt-get update \
&& apt-get install -y --no-install-recommends postgresql-16-cron \
&& rm -rf /var/lib/apt/lists/*
COPY infra/postgres/migrations/ /docker-entrypoint-initdb.d/