Skip to content

Commit

Permalink
Merge pull request #17 from makeomatic/fix/wrong_command
Browse files Browse the repository at this point in the history
fix(deploy): wrong command
  • Loading branch information
o-cappasity authored Oct 16, 2019
2 parents 7245cc9 + 834383f commit 699a4fc
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 699a4fc

Please sign in to comment.