Skip to content

Commit

Permalink
fix(deploy): wrong command
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Tokar committed Oct 16, 2019
1 parent 7245cc9 commit 834383f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cmds/docker_cmds/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports.handler = (argv) => {
}

const args = [
'docket build',
'docker build',
'--squash',
`-t ${mainTag}`,
`-f ${tmpDockerfile}`,
Expand Down

0 comments on commit 834383f

Please sign in to comment.