kopia lustrzana https://github.com/dgtlmoon/changedetection.io
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
rodzic
0f425e4d99
commit
a1285f2238
|
@ -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"]
|
||||||
|
|
Ładowanie…
Reference in New Issue