Spaces:
Running
Running
coteerratu
commited on
Commit
•
eb2034e
1
Parent(s):
069fb43
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM pengzhile/fuclaude:latest
|
|
3 |
|
4 |
# Create data directory and set permissions
|
5 |
RUN mkdir -p /data && chown 1000:1000 /data
|
6 |
-
|
7 |
# Copy the config.json into the container
|
8 |
COPY config.json /data/config.json
|
9 |
|
@@ -11,7 +11,7 @@ COPY config.json /data/config.json
|
|
11 |
ENV FUCLAUDE_SIGNUP_ENABLED=true
|
12 |
|
13 |
# Switch to non-root user
|
14 |
-
|
15 |
|
16 |
# Set working directory
|
17 |
WORKDIR /data
|
|
|
3 |
|
4 |
# Create data directory and set permissions
|
5 |
RUN mkdir -p /data && chown 1000:1000 /data
|
6 |
+
USER 1000
|
7 |
# Copy the config.json into the container
|
8 |
COPY config.json /data/config.json
|
9 |
|
|
|
11 |
ENV FUCLAUDE_SIGNUP_ENABLED=true
|
12 |
|
13 |
# Switch to non-root user
|
14 |
+
|
15 |
|
16 |
# Set working directory
|
17 |
WORKDIR /data
|