This is an automated email from the ASF dual-hosted git repository.
jgemignani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/master by this push:
new 55407921 Hotfix for Dockerfile #2
55407921 is described below
commit 55407921f4cfc1e528b1066f29a65b97dcd1a5db
Author: John Gemignani <[email protected]>
AuthorDate: Wed Jul 19 10:26:14 2023 -0700
Hotfix for Dockerfile #2
This fix creates a symbolic link to the new location for -
docker-entrypoint-initdb.d
---
docker-entrypoint-initdb.d | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker-entrypoint-initdb.d b/docker-entrypoint-initdb.d
new file mode 120000
index 00000000..505da000
--- /dev/null
+++ b/docker-entrypoint-initdb.d
@@ -0,0 +1 @@
+docker-entrypoint-initdb.d
\ No newline at end of file