We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47ade5 commit 6a90f1dCopy full SHA for 6a90f1d
1 file changed
docker-entrypoint.sh
@@ -41,7 +41,7 @@ create_directories() {
41
# Symlink for opencode data directory (auth.json, logs, etc.)
42
mkdir -p /home/node/.local/share
43
if [ ! -L /home/node/.local/share/opencode ]; then
44
- ln -sf "$DATA_DIR/opencode" /home/node/.local/share/opencode
+ ln -sf "$OPENCODE_DIR" /home/node/.local/share/opencode
45
fi
46
47
echo "Directory structure created successfully."
0 commit comments