We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6360483 commit 42cf325Copy full SHA for 42cf325
apps/hip-3-pusher/Dockerfile
@@ -30,4 +30,4 @@ RUN --mount=type=cache,target=/root/.cache/uv \
30
uv sync --locked --no-dev
31
32
# Run the app by default
33
-CMD ["uv", "run", "src/main.py", "--config", "config/config.toml"]
+CMD ["uv", "run", "src/pusher/main.py", "--config", "config/config.toml"]
0 commit comments