Skip to content

Commit fbffc8d

Browse files
committed
fixes
1 parent 139fbf1 commit fbffc8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM python:slim
2+
3+
EXPOSE 50003
4+
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
9+

0 commit comments

Comments
 (0)