mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 19:21:24 +00:00
✨ Add symlink from code to code-server for natrual use
This commit is contained in:
parent
ff7adcccd6
commit
32d1e2590d
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ RUN \
|
|||
--strip 1 -C /usr/local/lib/code-server \
|
||||
\
|
||||
&& ln -s /usr/local/lib/code-server/bin/code-server /usr/local/bin/code-server \
|
||||
&& ln -s /usr/local/lib/code-server/bin/code-server /usr/local/bin/code \
|
||||
\
|
||||
&& mkdir -p /root/.code-server/extensions \
|
||||
&& uuid=$(uuidgen) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue