Skip to content

Commit ed5e63a

Browse files
committed
fixes
1 parent fbffc8d commit ed5e63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ EXPOSE 50003
55
FROM python:slim
66
RUN pip install uv
77
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
8+
CMD airport_hello_world_server --location=grpc://0.0.0.0:50003
99

0 commit comments

Comments
 (0)