feat(scaffolder): Starting to add the cookiecutter support for running the template after we've got all the data

This commit is contained in:
blam
2020-02-06 16:48:37 +01:00
parent 98dfb1afc9
commit b844de0cd5
6 changed files with 63 additions and 15 deletions
+2
View File
@@ -25,6 +25,7 @@ services:
container_name: boss-builds
build:
context: backend
target: run
args:
service: builds
restart: unless-stopped
@@ -34,6 +35,7 @@ services:
container_name: boss-scaffolder
build:
context: backend
target: scaffolder
args:
service: scaffolder
restart: unless-stopped