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 917b508 commit 0c2d7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10-alpine as go
FROM golang:1.10-alpine as build

# args
ARG version="1.0.0"
Expand All @@ -23,7 +23,7 @@ LABEL org.label-schema.version=${version}
LABEL org.label-schema.schema-version="1.0"

# copy binary
COPY --from=go /text-server /text-server
COPY --from=build /text-server /text-server

EXPOSE 8080

Expand Down

0 comments on commit 0c2d7b7

Please sign in to comment.