Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/src/commands/template/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export const buildCommand = new commander.Command('build')
-t docker.${connectionConfig.domain}/e2b/custom-envs/${templateID}:${template.buildID} ${Object.entries(
dockerBuildArgs
)
.map(([key, value]) => `--build-arg="${key}=${value}"`)
.map(([key, value]) => `--build-arg "${key}=${value}"`)
.join(' \\ \n ')}`
console.log(`Building docker image with the following command:\n${asBold(cmd)}\n`)

Expand Down
Loading