Use RPC to fetch sync status

This commit is contained in:
2023-10-24 22:12:02 -07:00
parent b03d7bb1a3
commit a7f351a75f
2 changed files with 63 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ RUN curl https://linux-clients.seafile.com/seafile.asc | apt-key add - && \
# Use virtual environment
ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
RUN python3 -m venv --system-site-packages $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
# Install app requirements