mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Fix build docker image
This commit is contained in:
parent
082c152248
commit
c0e323b543
6 changed files with 285 additions and 43 deletions
|
|
@ -33,7 +33,7 @@ COPY docker/supervisor-api.conf /etc/supervisor/conf.d/api.conf
|
|||
COPY docker/background.png /usr/share/images/fluxbox/ubuntu-light.png
|
||||
|
||||
# Add user, fix permissions
|
||||
RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
|
||||
RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local /opt/venv/share
|
||||
|
||||
# Switch user
|
||||
USER $SEL_UID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue