Files
lena-schilling-website/.ddev/docker-compose.override.yaml
Dominik Polakovics 16344b6994
All checks were successful
Build / build (push) Successful in 6m33s
Build / deploy-stage (push) Successful in 2m55s
Build / switch-stage (push) Successful in 2m0s
feat: many design changes
2024-12-14 00:03:09 +01:00

10 lines
278 B
YAML

version: '3.6'
services:
web:
# Install needed dependencies and run webpack in watch mode
command: /bin/sh -c "npm install && npm run build:css -- --watch"
volumes:
- ../packages/base:/var/www/html/packages/base
environment:
- NODE_ENV=development