We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae43564 commit 6c46e0aCopy full SHA for 6c46e0a
docker/Dockerfile
@@ -42,4 +42,4 @@ RUN pip install --no-cache-dir uv==0.7.20 && \
42
WORKDIR /app
43
EXPOSE 8000
44
USER cms:cms
45
-CMD ["uv", "run", "/app/entrypoint.sh"]
+CMD ["bash", "-c", "source /.venv/bin/activate && ./entrypoint.sh"]
0 commit comments