This commit is contained in:
Andy Bunce 2022-03-03 00:51:24 +00:00
parent 3080071c22
commit f0c604b57e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ 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/ && \
cp /tmp/docker/docker /usr/local/bin && rm -r /tmp/docker;
RUN chmod 666 /var/run/docker.sock
#RUN chmod 666 /var/run/docker.sock
# ports and volumes
EXPOSE 8443