From ec9da6f042111d552b26ae12a5a0c9783eefeb9e Mon Sep 17 00:00:00 2001 From: SecretMineDE Date: Fri, 9 Feb 2024 16:54:00 +0100 Subject: [PATCH] fix: workdir pathh --- fritz_temp_sync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fritz_temp_sync/Dockerfile b/fritz_temp_sync/Dockerfile index 0edecfc..4793b87 100755 --- a/fritz_temp_sync/Dockerfile +++ b/fritz_temp_sync/Dockerfile @@ -10,7 +10,7 @@ RUN python3 -m venv venv RUN source ./venv/bin/activate && \ python3 -m pip install websockets requests beautifulsoup4 -WORKDIR /data +WORKDIR /srv # Copy data for add-on COPY sync_ha_fb.py /srv