Skip to content

Commit

Permalink
Remove the trailing \ in the Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellegous committed Mar 24, 2016
1 parent 0d3a9a3 commit 203bd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk update \
&& go install github.com/etsy/hound/cmds/houndd \
&& apk del go \
&& rm -f /var/cache/apk/* \
&& rm -rf /go/src /go/pkg \
&& rm -rf /go/src /go/pkg

EXPOSE 6080

Expand Down

0 comments on commit 203bd0c

Please sign in to comment.