[mod]
This commit is contained in:
parent
b275a6bdde
commit
a7a012c8d3
1 changed files with 2 additions and 5 deletions
|
@ -9,14 +9,11 @@ ENV URL=https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-${VERSI
|
|||
|
||||
ENV BASE=/mnt/apache-jena-fuseki-${VERSION}
|
||||
|
||||
## VOLUME /mnt/
|
||||
|
||||
RUN mkdir -p $BASE
|
||||
WORKDIR /mnt
|
||||
RUN curl -L $URL | tar zx
|
||||
|
||||
WORKDIR $BASE
|
||||
|
||||
RUN curl -L $URL | tar xz
|
||||
|
||||
EXPOSE 3030
|
||||
|
||||
ENTRYPOINT [ "bin/fuseki-server" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue