Hi, followed by the readme intructions, I've managed to pull down the latest docker image to local IP address (172.30.10.31), then I ran the following code:
docker run -d --publish=8111:8080 hivdb/sierra dev
Then I tried to access the local Sierra web service via our local weblink (http://172.30.10.31:8111/sierra/rest/graphql) but failed with # HTTP error code 405 - Method Not Allowed.
Does anyone know if there's anything wrong with my code or the local site. Thanks in advance!