You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# use *--mount* volume so it starts with an empty PGDATA directory to initdb will be called and the components used for it will be perserved
43
44
slim build --target "$SOURCE_IMAGE" \
44
45
--tag "$TARGET_IMAGE" \
45
46
--http-probe=false \
46
47
--continue-after=15 \
47
-
--mount slim-pgdata:/var/lib/postgresql/data \# mount volume so it starts with an empty PGDATA to initdb will be called and the components used for it will be perserved
0 commit comments