Add optional skill directory mounts for host-based opencode skills
This commit is contained in:
+2
-1
@@ -95,7 +95,8 @@ RUN groupadd --gid ${USER_GID} ${USER_NAME} && \
|
||||
|
||||
# Create standard directories
|
||||
RUN mkdir -p /workspace \
|
||||
/home/${USER_NAME}/.config/opencode \
|
||||
/home/${USER_NAME}/.config/opencode/skills \
|
||||
/home/${USER_NAME}/.agents/skills \
|
||||
/home/${USER_NAME}/.local/share/opencode \
|
||||
/home/${USER_NAME}/.ssh && \
|
||||
chown -R ${USER_NAME}:${USER_NAME} /workspace /home/${USER_NAME}
|
||||
|
||||
Reference in New Issue
Block a user