Update command name
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
sonny 2025-05-03 14:39:13 +02:00
parent 7fb62ce201
commit 4dad8eb1e7
5 changed files with 157 additions and 157 deletions

View file

@ -40,4 +40,4 @@ COPY $LOGGING_CONFIG_SRC $LOGGING_CONFIG_DST
RUN --mount=type=cache,uid=1000,target=/app/.cache/uv \
uv sync --frozen --no-dev $UV_ARGS
ENTRYPOINT ["/bin/uv", "run", "--no-sync", "--", "transip-listen"]
ENTRYPOINT ["/bin/uv", "run", "--no-sync", "--", "transip-update"]