diff --git a/fritz_temp_sync/Dockerfile b/fritz_temp_sync/Dockerfile index 319b863..659d71b 100755 --- a/fritz_temp_sync/Dockerfile +++ b/fritz_temp_sync/Dockerfile @@ -13,7 +13,7 @@ COPY homeassistant.py /srv COPY device.py /srv COPY sync_controller.py /srv COPY config.py /srv -COPY error.py /srv +COPY errors.py /srv COPY ha_types.py /srv COPY logging_config.py /srv