first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-05-15 16:06:05 +02:00
parent 865e3fbca0
commit c64a359255

View File

@ -19,7 +19,7 @@ RUN set -xe \
WORKDIR /config
# COPY root/defaults/temp2mqtt /config
# CMD [ "sh", "./temp2mqtt" ]
CMD [ "sh", "/config/temp2mqtt" ]
ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp
RUN tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz