Clean up install/exec
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-12-25 12:38:53 +01:00
parent 3bcb8db974
commit 9ea3a2f344
4 changed files with 43 additions and 37 deletions

View File

@@ -10,5 +10,7 @@ RUN set -ex; \
USER 1000:1000
ENTRYPOINT ["/bin/sh", "/app/docker-entry.sh"]
ENTRYPOINT ["/bin/sh", "/app/morss-helper"]
CMD ["run"]
HEALTHCHECK CMD python -m morss.crawler http://localhost:${PORT:-8000}/ > /dev/null 2>&1