[fix] perms

This commit is contained in:
Andy Bunce 2022-08-11 12:46:15 +01:00
parent 51f65150bc
commit 6861f0cbee
4 changed files with 6 additions and 4 deletions

View file

@ -32,7 +32,7 @@ RUN export JAVA_HOME
# install BaseX to /basex/
RUN curl https://files.basex.org/releases/9.5.1/BaseX951.zip | jar xv && \
chown -R $PUID:$PGID /basex && chmod a+x /basex/bin/* ;
chown -R 1000:1000 /basex && chmod a+x /basex/bin/* ;
ENV PATH=$PATH:/basex/bin
# install docker cli only