This commit is contained in:
Andy Bunce 2022-03-03 01:21:16 +00:00
parent aa33e6d58c
commit 0f4e915e90

View file

@ -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 #RUN chmod 666 /var/run/docker.sock
# extensions to code-server # extensions to code-server
COPY extensions/* . COPY extensions /
RUN code-server --install-extension vscode-basex-0.0.21.vsix RUN code-server --install-extension vscode-basex-0.0.21.vsix
# ports and volumes # ports and volumes