performance-drupal/postgres_context/Dockerfile
2023-05-11 13:55:07 +02:00

7 lines
177 B
Docker

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