fix: workdir pathh

This commit is contained in:
Timon Horlboge 2024-02-09 16:54:00 +01:00
parent e3442c0153
commit ec9da6f042

View File

@ -10,7 +10,7 @@ RUN python3 -m venv venv
RUN source ./venv/bin/activate && \ RUN source ./venv/bin/activate && \
python3 -m pip install websockets requests beautifulsoup4 python3 -m pip install websockets requests beautifulsoup4
WORKDIR /data WORKDIR /srv
# Copy data for add-on # Copy data for add-on
COPY sync_ha_fb.py /srv COPY sync_ha_fb.py /srv