Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

public option not working #202

Open
engnakagawa opened this issue May 11, 2021 · 5 comments
Open

public option not working #202

engnakagawa opened this issue May 11, 2021 · 5 comments

Comments

@engnakagawa
Copy link

engnakagawa commented May 11, 2021

$ 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
Copy link
Author

hello 調子はいかがですか?

@shimojomasatsugu
Copy link

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

@engnakagawa
Copy link
Author

@shimojomasatsugu thank you <3

but I keep opened this issue until fix latest version.

@DogFortune
Copy link

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

drakov -f index.apib --public true

@cohei
Copy link

cohei commented Jul 29, 2022

👍 It works for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants