Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. +
  2. + protected getDockerNetwork(): string {
  3. + public getDockerNetwork(): string {
  4. + let param: string = '';
  5. + if (!this.buildLocal) {
  6. + param = ` --network ${process.env.DOCKER_BUILD_NETWORK}`;
  7. + }
  8. + return param;
  9. + }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement