Skip to content

Commit

Permalink
Fix: Update Kaigara installation in Dockerfile (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpatsora authored Apr 5, 2021
1 parent 929f8c9 commit 2c38d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ FROM alpine:3.9
RUN apk add ca-certificates
WORKDIR app
COPY --from=builder /build/rango ./
COPY --from=builder /usr/bin/kaigara /usr/bin/kaigara
RUN mkdir -p /app/config

CMD ["./rango"]

0 comments on commit 2c38d65

Please sign in to comment.