docker COPY is more reproducible than ADD
This commit is contained in:
parent
bb936fab7a
commit
53bacd83f5
|
@ -1,4 +1,4 @@
|
|||
FROM postgres:12-alpine
|
||||
|
||||
# Include extra setup scripts (eg datastore)
|
||||
ADD docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
|
||||
COPY docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
|
Loading…
Reference in New Issue