mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-02 22:57:00 +00:00
update supervisord version, #1191
This commit is contained in:
@@ -19,7 +19,7 @@ WORKDIR /yamtrack
|
||||
|
||||
RUN apk add --no-cache nginx shadow \
|
||||
&& pip install --no-cache-dir -r /requirements.txt \
|
||||
&& pip install --no-cache-dir supervisor==4.2.5 \
|
||||
&& pip install --no-cache-dir supervisor==4.3.0 \
|
||||
&& rm -rf /root/.cache /tmp/* \
|
||||
&& find /usr/local -type d -name __pycache__ -exec rm -rf {} + \
|
||||
&& chmod +x /entrypoint.sh \
|
||||
|
||||
Reference in New Issue
Block a user