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
Adding files should happen when building, not when running. How about using ADD in Dockerfile and avoid such if conditions to make things easier?
This would also make it possible to use non-alpine images, as regular Postgres images do not have wget, while the Alpine image has wget as an alias for busybox.
The text was updated successfully, but these errors were encountered:
ckan-postgres-dev/docker-entrypoint-initdb.d/02_datastore_permissions.sh
Lines 6 to 13 in f8c1eca
Adding files should happen when building, not when running. How about using
ADD
in Dockerfile and avoid suchif
conditions to make things easier?This would also make it possible to use non-alpine images, as regular Postgres images do not have
wget
, while the Alpine image haswget
as an alias forbusybox
.The text was updated successfully, but these errors were encountered: