[mod] expose port

This commit is contained in:
Andy Bunce 2022-02-08 18:15:32 +00:00
parent d0c83efdcf
commit 816a2338ef

View file

@ -32,4 +32,7 @@ RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
chmod a+x /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/
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz | tar zxv -C /tmp/
# ports and volumes
EXPOSE 8443