mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Undo move of files to safe-chain
This commit is contained in:
parent
b29bc2e6dc
commit
8fe228c476
68 changed files with 7 additions and 10 deletions
|
|
@ -16,7 +16,8 @@ describe("E2E: safe-chain setup command", () => {
|
|||
before(async () => {
|
||||
// Build the Docker image for the test environment
|
||||
try {
|
||||
execSync(`docker build -t ${imageName} -f Dockerfile ../../safe-chain`, {
|
||||
const sourceDir = path.join(__dirname, "../..");
|
||||
execSync(`docker build -t ${imageName} -f Dockerfile ${sourceDir}`, {
|
||||
cwd: __dirname,
|
||||
stdio: "ignore",
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue