mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
Adding docker build to finnbuild.json
This commit is contained in:
parent
339328ac26
commit
46399a9c34
@ -21,6 +21,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{ "command" : "docker build -t cloudadmin/unleash-server ." },
|
||||
{ "command" : "rm -rf sql && mkdir sql" },
|
||||
{ "command" : "scripts/generate-liquibase-artifact.js > sql/db.changelog-master.xml"},
|
||||
{ "command" : "jar -cf unleash-db.jar sql"},
|
||||
@ -37,6 +38,7 @@
|
||||
],
|
||||
"default": [
|
||||
{"command": "npm install && npm run pg-virtualenv-test"},
|
||||
{"command" : "docker build -t cloudadmin/unleash-server ." },
|
||||
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user