From c64a3592558547f24daf864e25a2bec25200d30f Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 15 May 2022 16:06:05 +0200 Subject: [PATCH] first commit --- Dockerfile_x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_x86_64 b/Dockerfile_x86_64 index d71ebfd..0e2ac60 100644 --- a/Dockerfile_x86_64 +++ b/Dockerfile_x86_64 @@ -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