Move to alpine postgres image
This commit is contained in:
parent
3b3c1c1e29
commit
a311cf9f3e
@ -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
|
ADD ./init-database.sql /docker-entrypoint-initdb.d
|
||||||
RUN chmod 644 /docker-entrypoint-initdb.d/init-database.sql
|
RUN chmod 644 /docker-entrypoint-initdb.d/init-database.sql
|
||||||
EXPOSE 5432
|
EXPOSE 5432
|
||||||
|
Loading…
Reference in New Issue
Block a user