1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00
Files
kaamelott-soundboard/docker-compose.builder.yml
2020-06-19 13:49:55 +02:00

17 lines
301 B
YAML

version: '2'
services:
base:
image: ks-base
volumes:
- .:/app/
working_dir: /app/
install:
extends:
service: base
command: bash -c "npm install && bower install --allow-root"
build:
extends:
service: base
command: bash -c "gulp init && gulp build"