Clean up install/exec
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-25 18:21:55 +01:00
parent 3bcb8db974
commit e7578e859a
4 changed files with 46 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