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 fbffc8d commit ed5e63aCopy full SHA for ed5e63a
Dockerfile
@@ -5,5 +5,5 @@ EXPOSE 50003
5
FROM python:slim
6
RUN pip install uv
7
RUN --mount=source=dist,target=/dist uv pip install --system --no-cache /dist/*.whl
8
-CMD airport_test_server --location=grpc://0.0.0.0:50003
+CMD airport_hello_world_server --location=grpc://0.0.0.0:50003
9
0 commit comments