Skip to content

Commit a358387

Browse files
committed
fix(run-e2e): typo in flag value
1 parent 60aa7ea commit a358387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/run-e2e/lib/docker-utils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export async function startRuntime(mxruntimeImage, mendixVersion, ip, freePort)
108108
const args = [
109109
`run`,
110110
`--tty`,
111-
[`--workdir`, `/source]`],
111+
[`--workdir`, `/source`],
112112
[`--publish`, `${freePort}:8080`],
113113
[`--env`, `MENDIX_VERSION=${mendixVersion}`],
114114
[`--entrypoint`, `/bin/bash`],

0 commit comments

Comments
 (0)