Skip to content

Commit 2868d45

Browse files
committed
address review
Signed-off-by: Simon L <[email protected]>
1 parent 70126d2 commit 2868d45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Containers/talk/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ RUN set -ex; \
3434
rename -v ".jcfg.sample" ".jcfg" /usr/local/etc/janus/*.jcfg.sample
3535

3636
FROM alpine:3.18.2
37-
ENV STUN_SERVICE="stun.nextcloud.com 443"
3837
ENV ETURNAL_ETC_DIR="/conf"
3938
COPY --from=janus /usr/local /usr/local
4039
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
4340
COPY --from=nats /nats-server /usr/local/bin/nats-server
4441
COPY --from=signaling /usr/bin/nextcloud-spreed-signaling /usr/local/bin/nextcloud-spreed-signaling
4542

@@ -97,7 +94,9 @@ RUN set -ex; \
9794
/conf \
9895
/opt/eturnal \
9996
/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
101100

102101
USER eturnal
103102
ENTRYPOINT ["/start.sh"]

0 commit comments

Comments
 (0)