Varies by platform.
docker pull ghcr.io/cns-iu/xmacroscope:main
You can always get the latest version by running this command again.
mkdir -p private
docker run -it -p 8080:8080 --restart unless-stopped --mount type=bind,source="$(pwd)"/private,target=/usr/src/app/packages/server-graphql/private -t ghcr.io/cns-iu/xmacroscope:main
Replace -it
with -d
if you wish for it to run as a daemon process
From the root of this repository run
docker build . -t xmacroscope
docker run -d -p 8080:8080 --mount type=bind,source="$(pwd)"/packages/server-graphql/private,target=/usr/src/app/packages/server-graphql/private -t xmacroscope