Skip to content

Commit 9c52437

Browse files
authored
Merge pull request #41 from LibreSign/chore/disable-pip-cache
chore: disable pip cache
2 parents 6202aa6 + fbe983a commit 9c52437

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.docker/sphinx/scripts/entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
export PIP_CACHE_DIR=/pipcache
5-
64
echo "🔍 Checking for required dependencies..."
75

86
echo "⬆️ Upgrading pip..."

.pipcache/.gitkeep

Whitespace-only changes.

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ services:
44
context: .docker/sphinx
55
volumes:
66
- ./:/app
7-
- .pipcache:/pipcache
8-
environment:
9-
- PIP_CACHE_DIR=/pipcache
107

118
nginx:
129
image: nginx:alpine

0 commit comments

Comments
 (0)