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 2 months ago
parent 0f425e4d99
commit a1285f2238
No known key found for this signature in database
GPG Key ID: 3EB52D4C754CD898

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

Loading…
Cancel
Save