mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-13 16:23:33 -07:00
Update Dockerfile
Copy example configuration
This commit is contained in:
@@ -14,6 +14,7 @@ RUN CGO_ENABLED=0 go install ./cmd/mochi
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY --from=build-env /go/bin/mochi /mochi
|
||||
COPY --from=build-env /go/src/github.com/sot-tech/mochi/dist/example_config.yaml /etc/mochi.yaml
|
||||
|
||||
RUN adduser -D mochi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user