Skip to content

Commit

Permalink
Copy Dockerfile.dev while vega install
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay committed Jul 21, 2020
1 parent 0fe4396 commit 535907f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/core/starterkit.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func (sk *StarterKit) Install(dest string) error {
filesToCopy := []string{
// Docker Related
"Dockerfile",
"Dockerfile.dev",
".dockerignore",
"docker-compose.yml",

Expand Down

0 comments on commit 535907f

Please sign in to comment.