replace mautrix-whatsapp with mautrix-groupme
This commit is contained in:
@ -9,7 +9,7 @@ RUN apk add --no-cache git ca-certificates build-base su-exec olm-dev
|
||||
|
||||
COPY . /build
|
||||
WORKDIR /build
|
||||
RUN go build -o /usr/bin/mautrix-whatsapp
|
||||
RUN go build -o /usr/bin/mautrix-groupme
|
||||
|
||||
FROM alpine:3.12
|
||||
|
||||
@ -23,8 +23,8 @@ ENV UID=1337 \
|
||||
|
||||
RUN apk add --no-cache ffmpeg su-exec ca-certificates olm bash jq yq@edge curl
|
||||
|
||||
COPY --from=builder /usr/bin/mautrix-whatsapp /usr/bin/mautrix-whatsapp
|
||||
COPY --from=builder /build/example-config.yaml /opt/mautrix-whatsapp/example-config.yaml
|
||||
COPY --from=builder /usr/bin/mautrix-groupme /usr/bin/mautrix-groupme
|
||||
COPY --from=builder /build/example-config.yaml /opt/mautrix-groupme/example-config.yaml
|
||||
COPY --from=builder /build/docker-run.sh /docker-run.sh
|
||||
VOLUME /data
|
||||
|
||||
|
Reference in New Issue
Block a user