cache dir
This commit is contained in:
@@ -54,8 +54,8 @@ COPY bin/* /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/*
|
||||
|
||||
# Create directories in the persistent volume location
|
||||
RUN mkdir -p /home/node/.openclaw/ssh /home/node/.openclaw/gog /home/node/.openclaw/gws /opt/openclaw/defaults \
|
||||
&& chown -R node:node /home/node/.openclaw /opt/openclaw/defaults
|
||||
RUN mkdir -p /var/tmp/openclaw-compile-cache /home/node/.openclaw/ssh /home/node/.openclaw/gog /home/node/.openclaw/gws /opt/openclaw/defaults \
|
||||
&& chown -R node:node /home/node/.openclaw /opt/openclaw/defaults /var/tmp/openclaw-compile-cache
|
||||
|
||||
# Link ssh to standard locations
|
||||
RUN mkdir -p /home/node/.ssh \
|
||||
|
||||
Reference in New Issue
Block a user