0
0

Move to alpine postgres image

This commit is contained in:
Serghei Cebotari 2024-01-14 15:47:30 +03:00
parent 3b3c1c1e29
commit a311cf9f3e

View File

@ -1,4 +1,4 @@
FROM postgres:16.1 AS build
FROM postgres:16.1-alpine AS build
ADD ./init-database.sql /docker-entrypoint-initdb.d
RUN chmod 644 /docker-entrypoint-initdb.d/init-database.sql
EXPOSE 5432