talking-drupal-tailwindcss/docker-compose.override.yaml.example

16 lines
235 B
Plaintext
Raw Permalink Normal View History

2022-03-15 18:22:18 +00:00
services:
composer:
build:
context: .
target: composer
volumes:
- ./:/app
working_dir: /app
entrypoint: composer
networks:
- default
node:
environment:
- "NODE_ENV=production"