Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
serverwentdown authored Sep 17, 2018
1 parent 0c2d7b7 commit 1c038d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN go build -ldflags "-s -w" -o /text-server

FROM scratch

ARG version

# labels
LABEL org.label-schema.vcs-url="https://github.com/productionwentdown/text-server"
LABEL org.label-schema.version=${version}
Expand Down

0 comments on commit 1c038d3

Please sign in to comment.