File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,9 @@ RUN set -ex; \
34
34
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample
35
35
36
36
FROM alpine:3.18.2
37
- ENV STUN_SERVICE="stun.nextcloud.com 443"
38
37
ENV ETURNAL_ETC_DIR="/conf"
39
38
COPY --from=janus /usr/local /usr/local
40
39
COPY --from=eturnal /opt/eturnal /opt/eturnal
41
- COPY --from=eturnal /usr/local/bin/stun /usr/local/bin/stun
42
- COPY --from=eturnal /usr/local/bin/eturnalctl /usr/local/bin/eturnalctl
43
40
COPY --from=nats /nats-server /usr/local/bin/nats-server
44
41
COPY --from=signaling /usr/bin/nextcloud-spreed-signaling /usr/local/bin/nextcloud-spreed-signaling
45
42
@@ -97,7 +94,9 @@ RUN set -ex; \
97
94
/conf \
98
95
/opt/eturnal \
99
96
/var/run/supervisord \
100
- /var/log/supervisord;
97
+ /var/log/supervisord; \
98
+ ln -s /opt/eturnal/bin/stun /usr/local/bin/stun; \
99
+ ln -s /opt/eturnal/bin/eturnalctl /usr/local/bin/eturnalctl
101
100
102
101
USER eturnal
103
102
ENTRYPOINT ["/start.sh" ]
You can’t perform that action at this time.
0 commit comments