WIP
This commit is contained in:
parent
4035b2bd05
commit
dcfc548e58
|
|
@ -5,7 +5,7 @@ WORKDIR /app
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
RUN apk get rsync
|
RUN apt-get install -y rsync
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue