Merge branch 'bugfix/fix-import-error'

This commit is contained in:
Maks Snegov 2019-12-06 11:43:15 +03:00
commit b7f6041c7d

View File

@ -11,7 +11,8 @@ WORKDIR /seafile-client
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY start.py /seafile-client/start.py
COPY seafile_client ./seafile_client/
COPY start.py ./start.py
RUN chmod +x /seafile-client/start.py && \
useradd -U -d /seafile-client -s /bin/bash seafile && \