Skip to content

Commit

Permalink
leading newline is not needed in Dockerfile snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jul 5, 2019
1 parent 5b2475d commit 674eca7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion recipes/cookbook/templates/docker/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# >>> base snippet >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# this is a base Dockerfile snippet used in all docker containers

Expand Down
1 change: 0 additions & 1 deletion recipes/cookbook/templates/docker/buildtime/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# >>> buildtime snippet >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# this is a Dockerfile snippet used in docker containers for building

Expand Down
1 change: 0 additions & 1 deletion recipes/cookbook/templates/docker/runtime/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# >>> runtime snippet >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# this is a Dockerfile snippet used in docker containers for runtime

Expand Down

0 comments on commit 674eca7

Please sign in to comment.