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:
16
docker-compose.builder.yml
Normal file
16
docker-compose.builder.yml
Normal 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"
|
||||
Reference in New Issue
Block a user