1
0
Fork 0

Update Dockerfile

master 1.0.0
Ambrose Chua 2018-09-17 12:05:15 +08:00 committed by GitHub
parent 0c2d7b79d3
commit 1c038d3603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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}