Don't force the DATASTORE_PATH

This got lost during a rebase, it's not necessary anymore since the env
var is set inside the container by default and changedetection respects it.
pull/722/head
jeanluc 2024-11-09 10:58:15 +01:00
rodzic 0f425e4d99
commit a1285f2238
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 3EB52D4C754CD898
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -90,4 +90,4 @@ ENV LOGGER_LEVEL "$LOGGER_LEVEL"
WORKDIR /app
ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["python", "./changedetection.py", "-d", "/datastore"]
CMD ["python", "/app/changedetection.py"]