Skip to content

Commit

Permalink
ci: fix executable name in Dockerfile.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 7, 2024
1 parent ca53ff0 commit b21e657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV UID=1337 \

RUN apk add --no-cache ffmpeg su-exec ca-certificates bash jq curl yq-go

ARG EXECUTABLE=./mautrix-signal-v2
ARG EXECUTABLE=./mautrix-signal
COPY $EXECUTABLE /usr/bin/mautrix-signal
COPY ./docker-run.sh /docker-run.sh
ENV BRIDGEV2=1
Expand Down

0 comments on commit b21e657

Please sign in to comment.