Placeholder check

This commit is contained in:
2024-04-22 14:34:55 +02:00
parent 88e209305d
commit 85a3103884
2 changed files with 3 additions and 1 deletions

View File

@@ -35,4 +35,6 @@ COPY src ./src
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --only-root
COPY .version .version
HEALTHCHECK CMD ["true"]
ENTRYPOINT ["python", "-m", "discord_notifier"]