Vinbor commited on
Commit
979b72b
1 Parent(s): 554f21b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,6 +23,6 @@ RUN ARCH=$(uname -m) && \
23
  FROM alpine:latest
24
  WORKDIR /app
25
  COPY --from=builder /tmp/ .
26
- RUN chmod 644 /app/config.json
27
  EXPOSE 8181
28
  CMD ["./fuclaude"]
 
23
  FROM alpine:latest
24
  WORKDIR /app
25
  COPY --from=builder /tmp/ .
26
+ RUN chmod 666 /app/config.json
27
  EXPOSE 8181
28
  CMD ["./fuclaude"]