This commit is contained in:
Alexandre
2021-07-25 20:07:30 +02:00
parent fb1ecebdf4
commit f6a52a8b50
2 changed files with 2 additions and 6 deletions

View File

@@ -3,11 +3,7 @@ ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.1.133"
FROM tnwhitwell/xteve:latest
VOLUME [ "/config" ]
RUN mkdir -p "/config/xteve"
CMD [ "-config", "/config/xteve" ]
CMD [ "-config", "/data" ]
### LABELS
ARG BUILD_ARCH