Update Dockerfile

This commit is contained in:
Alexandre
2022-08-28 14:07:04 +02:00
committed by GitHub
parent f5cffdd221
commit c36d34422f

View File

@@ -30,7 +30,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
USER root
RUN cp -vnpr /etc/opt/xteve* /data || true
RUN cp -vnpr /etc/opt/xteve* /data \
&& cp -vnpr /home/xteve* /data || true
CMD ["-config", "/data", "-port", "34400"]