fix: workdir pathh
This commit is contained in:
parent
e3442c0153
commit
ec9da6f042
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user