返回提交历史
Modified
docker/Dockerfile
+1
-1
XFEstudio/gpt4free
Update Dockerfile
bed8b7c0
代码差异
1 个文件
+1
-1
@@ -33,7 +33,7 @@ COPY docker/supervisor-api.conf /etc/supervisor/conf.d/api.conf
33
33
COPY docker/background.png /usr/share/images/fluxbox/ubuntu-light.png
34
34
35
35
# Add user, fix permissions
36
RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local /opt/venv/share
36
RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
37
37
38
38
# Switch user
39
39
USER $SEL_UID