Update Dockerfile

This commit is contained in:
Alexandre
2022-06-06 07:02:21 +02:00
committed by GitHub
parent 31478d8f25
commit 9139addcd0

View File

@@ -23,6 +23,8 @@ FROM scp002/xteve:latest
# 2 Modify Image # # 2 Modify Image #
################## ##################
USER root
RUN cp -vnpr /etc/opt/xteve* /data || true RUN cp -vnpr /etc/opt/xteve* /data || true
CMD ["-config", "/data", "-port", "34400"] CMD ["-config", "/data", "-port", "34400"]