updates dockerfile

This commit is contained in:
bobokun 2023-05-22 21:37:56 -04:00
parent f85adbbb02
commit 4c7c54f1cb
No known key found for this signature in database
GPG key ID: B73932169607D927

View file

@ -26,4 +26,4 @@ RUN echo "**** install system packages ****" \
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
VOLUME /config VOLUME /config
ENTRYPOINT ["python3", "qbit_manage.py"] ENTRYPOINT ["/tini", "-s", "python3", "qbit_manage.py", "--"]