Skip to content

Commit 6c46e0a

Browse files
committed
fix(docker): run the entrypoint without using uv run
1 parent ae43564 commit 6c46e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ RUN pip install --no-cache-dir uv==0.7.20 && \
4242
WORKDIR /app
4343
EXPOSE 8000
4444
USER cms:cms
45-
CMD ["uv", "run", "/app/entrypoint.sh"]
45+
CMD ["bash", "-c", "source /.venv/bin/activate && ./entrypoint.sh"]

0 commit comments

Comments
 (0)