mirror of
https://codeberg.org/privacy1st/MastodonTootFollower
synced 2024-12-22 23:06:05 +01:00
disable pip cache, probably smaller Docker image
This commit is contained in:
parent
56ea7c3a85
commit
8f21ad6952
@ -2,7 +2,7 @@ FROM python:3.10
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
ENV PYTHONPATH=/app/src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user