Skip to content

Commit

Permalink
Work around .goreleaser config.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Aug 21, 2020
1 parent 4c0a280 commit 7d97f61
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 @@ -2,7 +2,7 @@ FROM alpine:latest

RUN apk --no-cache add ca-certificates

COPY dist/gemini_linux_amd64/gemini /gemini
COPY gemini /gemini
COPY serve-gemini.sh /

RUN chmod +x ./serve-gemini.sh
Expand Down

0 comments on commit 7d97f61

Please sign in to comment.