Wip
This commit is contained in:
@@ -5,6 +5,7 @@ WORKDIR /app
|
||||
COPY requirements.txt ./
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN apk get rsync
|
||||
|
||||
COPY . ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user