Wip
This commit is contained in:
parent
51093244f6
commit
4035b2bd05
|
|
@ -5,6 +5,7 @@ WORKDIR /app
|
|||
COPY requirements.txt ./
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN apk get rsync
|
||||
|
||||
COPY . ./
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ services:
|
|||
- "35350:35350"
|
||||
volumes:
|
||||
- /serve/data/basket:/serve/data/basket
|
||||
- $HOME/.ssh:/root/.ssh
|
||||
environment:
|
||||
- UID=${UID:-1000}
|
||||
- GID=1000
|
||||
|
|
|
|||
Loading…
Reference in New Issue