This commit is contained in:
2025-03-25 23:11:17 -06:00
parent 51093244f6
commit 4035b2bd05
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ WORKDIR /app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN apk get rsync
COPY . ./