This commit is contained in:
Andy Bunce 2022-03-03 01:42:57 +00:00
parent f5943c5be1
commit 3b6abd38c0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.
# extensions to code-server # extensions to code-server
COPY extensions / COPY extensions /
RUN /app/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
EXPOSE 8443 EXPOSE 8443