[mod] ext loc

This commit is contained in:
Andy Bunce 2022-03-03 01:18:26 +00:00
parent f0c604b57e
commit aa33e6d58c
6 changed files with 4 additions and 0 deletions

View File

@ -38,5 +38,9 @@ RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.
cp /tmp/docker/docker /usr/local/bin && rm -r /tmp/docker;
#RUN chmod 666 /var/run/docker.sock
# extensions to code-server
COPY extensions/* .
RUN code-server --install-extension vscode-basex-0.0.21.vsix
# ports and volumes
EXPOSE 8443