Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored Feb 9, 2021
1 parent 148f4a9 commit 3f9a48e
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 @@ -10,5 +10,5 @@ RUN go build -o gee
FROM debian:buster
RUN mkdir /app
WORKDIR /app/
COPY --from=builder /go/src/app/gee /app/gitls
COPY --from=builder /go/src/app/gee /app/gee
CMD ["/app/gee"]

0 comments on commit 3f9a48e

Please sign in to comment.