Fix command in dockerfile

This commit is contained in:
Tulir Asokan
2018-07-15 01:22:14 +03:00
parent b4dd05ab04
commit e71f7280b8
+1 -1
View File
@@ -25,4 +25,4 @@ RUN apk add --no-cache \
VOLUME /data
CMD ["/opt/mautrix-telegram/run.sh"]
CMD ["/opt/mautrix-telegram/docker-run.sh"]