Skip to content

Commit e07dd1b

Browse files
committed
fix: 🐛 Fix entrypoint
1 parent 87f4b1d commit e07dd1b

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
@@ -10,4 +10,4 @@ WORKDIR /app
1010
ENV UV_PROJECT_ENVIRONMENT="/usr/local/"
1111
RUN uv sync --locked --dev
1212

13-
ENTRYPOINT ["uv", "run", "codelimit"]
13+
ENTRYPOINT ["/usr/local/bin/codelimit"]

0 commit comments

Comments
 (0)