mirror of
https://github.com/TheR1D/shell_gpt.git
synced 2026-06-02 06:14:32 +02:00
Fixing home directory issue in Dockerfile (#382)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ COPY . /app
|
||||
|
||||
RUN pip install --no-cache --upgrade pip \
|
||||
&& pip install --no-cache /app \
|
||||
&& addgroup --system app && adduser --system --group app \
|
||||
&& addgroup --system app && adduser --system --group --home /home/app app \
|
||||
&& mkdir -p /tmp/shell_gpt \
|
||||
&& chown -R app:app /tmp/shell_gpt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user