We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad5887 commit d488a81Copy full SHA for d488a81
database/Dockerfile
@@ -1,6 +1,6 @@
1
ARG version=13.1
2
3
-FROM postgres:$version as db
+FROM postgres:${version}-alpine as db
4
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
5
HEALTHCHECK --interval=5s --timeout=3s CMD pg_isready -d postgres -U postgres
6
0 commit comments