Create Docker build image, build project with Docker

This commit is contained in:
bandesz
2016-08-12 11:23:50 +01:00
parent e610d83be4
commit 26ff449b77
13 changed files with 244 additions and 22 deletions

View File

@@ -1,11 +1,11 @@
---
files:
-
---
files:
-
destination: /home/notify-app/notifications-admin
source: /
hooks:
AfterInstall:
-
hooks:
AfterInstall:
-
location: scripts/aws_install_dependencies.sh
runas: root
timeout: 300
@@ -27,11 +27,9 @@ hooks:
location: scripts/deregister_from_elb.sh
runas: ubuntu
timeout: 300
-
-
location: scripts/aws_stop_app.sh
runas: root
timeout: 300
os: linux
version: 0.0