performance-drupal/postgres_context/Dockerfile
Robert Nasarek 0b4ab8f6b9 add versions
2023-05-11 14:33:19 +02:00

7 lines
182 B
Docker

FROM postgres:15.2-alpine
# Copy in the extensions script
COPY extensions.sh /docker-entrypoint-initdb.d/
# Set permissions
RUN chmod 755 /docker-entrypoint-initdb.d/extensions.sh