Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 373 Bytes

drupal-php-gulp

Adding Gulp to Wodby drupal-php

Usage

Deisgend to be used in Wodby Docker4Drupal when you need gulp in your php container.

  php:
    build:
      context: ./docker/images/drupal-php-frontend
    image: xenomedia/drupal-php-gulp:$PHP_TAG
    container_name: "${PROJECT_NAME}_php"
    ...