This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
talking-drupal-tailwindcss/docker-compose.override.yaml.example
2022-04-09 17:51:06 +01:00

15 lines
235 B
Text

services:
composer:
build:
context: .
target: composer
volumes:
- ./:/app
working_dir: /app
entrypoint: composer
networks:
- default
node:
environment:
- "NODE_ENV=production"