mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Create Docker build image, build project with Docker
This commit is contained in:
16
appspec.yml
16
appspec.yml
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user