mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
feat: update Dockerfile to improve Python virtual environment setup and install diskcache2
This commit is contained in:
parent
869812d87b
commit
f1f8229d33
|
|
@ -76,7 +76,9 @@ RUN chmod 755 /opt/maxkb-app/installer/*.sh && \
|
|||
chown -R sandbox:root /opt/maxkb-app/sandbox && \
|
||||
chmod g-x /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
|
||||
chmod g+x /usr/local/bin/python* && \
|
||||
python3 -m venv /opt/maxkb-app/sandbox/py3 && . /opt/maxkb-app/sandbox/py3/bin/activate && pip install diskcache2
|
||||
python3 -m venv /opt/maxkb-app/sandbox/py3 && \
|
||||
. /opt/maxkb-app/sandbox/py3/bin/activate && \
|
||||
/opt/maxkb-app/sandbox/py3/bin/pip install diskcache2
|
||||
|
||||
EXPOSE 8080
|
||||
VOLUME /opt/maxkb
|
||||
|
|
|
|||
Loading…
Reference in New Issue