Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit f578b4c

Browse files
author
Ani Sinanaj
committed
Fixed project name in build
1 parent 4c6e05d commit f578b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function build(type) {
351351
process.env.COMPOSE_PROJECT_NAME = `${projectBranch()}${projectName()}`
352352
}
353353

354-
var cmd = ["docker-compose", "-f", "yml/docker-compose.yml", "--project-name", projectName()]
354+
var cmd = ["docker-compose", "-f", "yml/docker-compose.yml"]
355355
if (type == "dev") {
356356
cmd = cmd.concat(["-f", "yml/docker-compose.dev.yml"]) //, "--remove-orphans"
357357
}

0 commit comments

Comments
 (0)