Files
FamilyHUB/infra/postgres/Dockerfile
T
admin 11f4b9c921
Build and Deploy / build-and-deploy (push) Successful in 58s
fixed connection string in configs
2026-05-24 16:23:26 +03:00

5 lines
144 B
Docker

FROM postgres:16
RUN apt-get update \
&& apt-get install -y --no-install-recommends postgresql-16-cron \
&& rm -rf /var/lib/apt/lists/*