Update Dockerfile

This commit is contained in:
Alexandre
2021-09-28 16:57:19 +02:00
committed by GitHub
parent 92957c8ddd
commit 47767b1b76

View File

@@ -5,7 +5,7 @@ FROM collelog/xteve:latest-alpine
RUN cp -vnpr /etc/opt/xteve* /data || true
CMD ["-config", "data", "-port", "34400"]
CMD ["-config", "/data", "-port", "34400"]
### LABELS
ARG BUILD_ARCH