We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 498be6f + eefb1f7 commit 6f603deCopy full SHA for 6f603de
dev/docker/database/epidata/Dockerfile
@@ -10,3 +10,6 @@ ENV MYSQL_PASSWORD pass
10
11
# provide DDL which will create empty tables at container startup
12
COPY repos/delphi/delphi-epidata/src/ddl/*.sql /docker-entrypoint-initdb.d/
13
+
14
+# grant access to SQL scripts
15
+RUN chmod o+r /docker-entrypoint-initdb.d/*.sql
dev/docker/web/epidata/Dockerfile
@@ -7,3 +7,5 @@ COPY repos/delphi/delphi-epidata/src/server/*.php /var/www/html/epidata/
7
8
# point to the development database (overwrites the production config)
9
COPY repos/delphi/delphi-epidata/dev/docker/web/epidata/assets/database_config.php /var/www/html/epidata/
+RUN chmod o+r /var/www/html/epidata/*
0 commit comments