[mod] expose port
This commit is contained in:
parent
d0c83efdcf
commit
816a2338ef
1 changed files with 4 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue