mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
Remove ENV to avoid confusion
This commit is contained in:
parent
e598e80d76
commit
dc3338d1f2
@ -3,11 +3,6 @@
|
|||||||
# as it pulls archives straight from github branches.
|
# as it pulls archives straight from github branches.
|
||||||
FROM golang:1.13.7-alpine3.11 AS gobuild
|
FROM golang:1.13.7-alpine3.11 AS gobuild
|
||||||
|
|
||||||
# TODO: This does nothing currently ;)
|
|
||||||
# or /dns4/rendezvous.matrix.org/tcp/8443/wss/p2p-websocket-star/
|
|
||||||
# or whatever you want!
|
|
||||||
ENV RENDEZVOUS_SERVER=/ip4/127.0.0.1/tcp/9090/ws/p2p-websocket-star/
|
|
||||||
|
|
||||||
# Download and build dendrite
|
# Download and build dendrite
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ADD https://github.com/matrix-org/dendrite/archive/master.tar.gz /build/master.tar.gz
|
ADD https://github.com/matrix-org/dendrite/archive/master.tar.gz /build/master.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user