mirror of
https://github.com/Quodatum/graphxq.git
synced 2026-04-22 17:23:04 +01:00
[add] drone
This commit is contained in:
parent
1080533e6c
commit
dec787c6b7
84 changed files with 42 additions and 16 deletions
15
Dockerfile
Normal file
15
Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# docker file to create graphxq
|
||||
# @created 2021-04
|
||||
# author="Andy Bunce"
|
||||
FROM quodatum/basexhttp
|
||||
USER root
|
||||
RUN apt-get update && apt-get install -y graphviz
|
||||
COPY ./src/webapp/ /srv/basex/webapp/
|
||||
COPY ./src/repo/ /srv/basex/repo/
|
||||
COPY ./src/custom /srv/basex/lib/custom
|
||||
|
||||
USER 1000
|
||||
WORKDIR /srv
|
||||
EXPOSE 8984
|
||||
# Run BaseX HTTP server by default
|
||||
CMD ["/srv/basex/bin/basexhttp"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue