Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jantomgid committed Jul 16, 2024
1 parent 7c6d0a3 commit efad392
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ RUN curl -sSL https://github.com/mikefarah/yq/releases/latest/download/yq_linux_

ARG EXECUTABLE=./mautrix-imessage
COPY $EXECUTABLE /usr/bin/mautrix-imessage
COPY ./example-config.yaml /opt/mautrix-imessage/example-config.yaml
COPY ./docker-run.sh /docker-run.sh
#COPY ./example-config.yaml /opt/mautrix-imessage/example-config.yaml
#COPY ./docker-run.sh /docker-run.sh

# Ensure the entrypoint script is executable
RUN chmod +x /docker-run.sh /usr/bin/mautrix-imessage

VOLUME /data

CMD ["/docker-run.sh"]
#CMD ["/docker-run.sh"]
CMD ["/usr/bin/imessage -c /config/config.yaml -r /config/registration.yaml"]

0 comments on commit efad392

Please sign in to comment.