[mod] set path and name

This commit is contained in:
Andy Bunce 2022-03-02 23:46:58 +00:00
parent d3795d2267
commit ece1f8fc80
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ RUN export JAVA_HOME
# install BaseX to /basex/
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
chmod a+x /basex/bin/*;
ENV PATH=$PATH:/basex/bin
# install docker cli only
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz | tar zxv -C /tmp/ && \

View file

@ -2,6 +2,7 @@ version: '3'
services:
vscode-basex:
container_name: vscode-basex
image: vscode-basex
build: .
environment: