[fix]
This commit is contained in:
parent
8db14484c8
commit
c47797dfcb
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.
|
|||
|
||||
# extensions to code-server
|
||||
COPY extensions /
|
||||
RUN /usr/local/bin/code-server --install-extension vscode-basex-0.0.21.vsix
|
||||
#RUN /usr/local/bin/code-server --install-extension vscode-basex-0.0.21.vsix
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 8443
|
|
@ -3,9 +3,9 @@
|
|||
#install extensions
|
||||
for FILE in ls ext.vsix/*
|
||||
do
|
||||
code-server --install-extension $FILE
|
||||
/usr/local/bin/code-server --install-extension $FILE
|
||||
done
|
||||
code-server --install-extension ext.vsix/buenon.scratchpads-0.0.7.vsix
|
||||
|
||||
|
||||
# pull useful projects
|
||||
cd /config/workspace
|
||||
|
|
Loading…
Add table
Reference in a new issue