Skip to content

Commit

Permalink
fixed typo folder builder bin
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Aug 16, 2020
1 parent 7ccce41 commit eb757b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,6 +8,6 @@ RUN apk add --no-cache git && \

FROM alpine

COPY --from=builder /go/src/github.com/prest/prest/prestd /app/prestd
COPY --from=builder /go/src/github.com/prest/prest/cmd/prestd/prestd /app/prestd
ADD ./cmd/prestd/prest.toml /app/prest.toml
CMD ["/app/prestd"]

0 comments on commit eb757b3

Please sign in to comment.