Skip to content

Commit fbe983a

Browse files
committed
chore: disable pip cache
This didn't worked, because this I removed. Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent b7a4648 commit fbe983a

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

.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)