Skip to content

Commit 77250de

Browse files
committed
tweak dockerfile
1 parent 775b428 commit 77250de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ COPY v03_pipeline/bin/vep /vep
3131

3232
WORKDIR /
3333
EXPOSE 6000 8082
34-
CMD ["python3", "-m", "v03_pipeline.api"]
34+
CMD ["uv", "run", "python3", "-m", "v03_pipeline.api"]

0 commit comments

Comments
 (0)