[fix]
This commit is contained in:
parent
c47797dfcb
commit
065923f5a6
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.
|
|||
#RUN chmod 666 /var/run/docker.sock
|
||||
|
||||
# extensions to code-server
|
||||
COPY extensions /
|
||||
COPY extensions /exts/
|
||||
#RUN /usr/local/bin/code-server --install-extension vscode-basex-0.0.21.vsix
|
||||
|
||||
# ports and volumes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# setup
|
||||
|
||||
#install extensions
|
||||
for FILE in ls ext.vsix/*
|
||||
for FILE in ls /exts/*
|
||||
do
|
||||
/usr/local/bin/code-server --install-extension $FILE
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue