renewed way of install drupal and mount volumes

This commit is contained in:
Robert Nasarek 2023-05-11 13:55:07 +02:00
parent 99e2863817
commit 53b6f493db
15 changed files with 1139 additions and 59 deletions

View file

@ -0,0 +1,7 @@
FROM postgres:alpine
# Copy in the extensions script
COPY extensions.sh /docker-entrypoint-initdb.d/
# Set permissions
RUN chmod 755 /docker-entrypoint-initdb.d/extensions.sh