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.
2 parents 6202aa6 + fbe983a commit 9c52437Copy full SHA for 9c52437
3 files changed
.docker/sphinx/scripts/entrypoint.sh
@@ -1,8 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-export PIP_CACHE_DIR=/pipcache
5
-
6
echo "🔍 Checking for required dependencies..."
7
8
echo "⬆️ Upgrading pip..."
.pipcache/.gitkeep
docker-compose.yml
@@ -4,9 +4,6 @@ services:
context: .docker/sphinx
volumes:
- ./:/app
- - .pipcache:/pipcache
- environment:
9
- - PIP_CACHE_DIR=/pipcache
10
11
nginx:
12
image: nginx:alpine
0 commit comments