1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

(master) Modifie la configuration Docker

This commit is contained in:
Antoine
2020-06-17 15:40:27 +02:00
parent 53cfccfe46
commit 97b7b2a0a7
5 changed files with 37 additions and 14 deletions

View File

@@ -0,0 +1,16 @@
version: '2'
services:
base:
image: ks-base
volumes:
- .:/usr/src/service/
working_dir: /usr/src/service/
install:
extends:
service: base
command: bash -c "npm install && bower install --allow-root"
build:
extends:
service: base
command: bash -c "gulp init && gulp build"