Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Briggs committed Oct 18, 2018
1 parent c6ba5c4 commit c17bef5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Dockerfile-goreleaser
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
FROM scratch
COPY kr8 /
ENTRYPOINT ["/kr8"]
FROM golang:1.10.4-alpine3.8

WORKDIR /app

COPY ./kr8 /app

RUN ls /app

ENTRYPOINT ["/app/kr8"]

0 comments on commit c17bef5

Please sign in to comment.