5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 21:32:31 +00:00

Use cmosh/alpine-arm to build arm docker images (#347)

This commit is contained in:
Florent Fayolle 2018-01-27 13:49:14 +01:00 committed by Wim
parent 6a047f8722
commit 87c9cac756

View File

@ -1,4 +1,4 @@
FROM easypi/alpine-arm:edge FROM cmosh/alpine-arm:edge
ENTRYPOINT ["/bin/matterbridge"] ENTRYPOINT ["/bin/matterbridge"]
COPY . /go/src/github.com/42wim/matterbridge COPY . /go/src/github.com/42wim/matterbridge