Show build status
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
ad4bee7a16
commit
f7077aaa3f
|
@ -1,6 +1,5 @@
|
||||||
const exec = require('child_process').exec;
|
const exec = require('child_process').exec;
|
||||||
const log = require('fancy-log');
|
const log = require('fancy-log');
|
||||||
const {ConstraintViolationError} = require('ldapjs');
|
|
||||||
const dataSources = require('../loopback/server/datasources.json');
|
const dataSources = require('../loopback/server/datasources.json');
|
||||||
|
|
||||||
module.exports = class Docker {
|
module.exports = class Docker {
|
||||||
|
@ -28,6 +27,7 @@ module.exports = class Docker {
|
||||||
|
|
||||||
log('Building container image...');
|
log('Building container image...');
|
||||||
await this.execP(`docker build --build-arg STAMP=${stamp} -t salix-db ./db`);
|
await this.execP(`docker build --build-arg STAMP=${stamp} -t salix-db ./db`);
|
||||||
|
log('Image built.');
|
||||||
|
|
||||||
let dockerArgs;
|
let dockerArgs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue