Wip
This commit is contained in:
parent
51093244f6
commit
4035b2bd05
|
|
@ -5,6 +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
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ services:
|
||||||
- "35350:35350"
|
- "35350:35350"
|
||||||
volumes:
|
volumes:
|
||||||
- /serve/data/basket:/serve/data/basket
|
- /serve/data/basket:/serve/data/basket
|
||||||
|
- $HOME/.ssh:/root/.ssh
|
||||||
environment:
|
environment:
|
||||||
- UID=${UID:-1000}
|
- UID=${UID:-1000}
|
||||||
- GID=1000
|
- GID=1000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue