Aconex / drakov

Mock Server that implements the API Blueprint specification
MIT License
481 stars 115 forks source link

public option not working #202

Open engnakagawa opened 3 years ago

engnakagawa commented 3 years ago
$ drakov -f index.apib --public

$ ss -antu | grep 3000
tcp    LISTEN     0      511    127.0.0.1:3000                  *:* 

$ drakov --version               
2.0.1

envronment

// Dockerfile
FROM node:12

RUN npm install -g drakov

CMD ["bash"]
$ docker build . -t drakov                                           
$ docker run -it --rm -v $PWD:/app -w /app -p "3000:3000" drakov bash
engnakagawa commented 3 years ago

hello 調子はいかがですか?

shimojomasatsugu commented 3 years ago

FYI. Worked with v1.0.4, not the latest version.

engnakagawa commented 2 years ago

@shimojomasatsugu thank you <3

but I keep opened this issue until fix latest version.

DogFortune commented 2 years ago

@engnakagawa Does it work if I add true to the option?

drakov -f index.apib --public true
cohei commented 2 years ago

👍 It works for me!