joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
575 stars 99 forks source link

dockerfile #178

Closed tempcke closed 2 years ago

tempcke commented 2 years ago

I would like to use this tool but do not have (or want) node/npm on my local machine.

if you put this into a container then it could be executed via docker run, assuming the cwd was mounted as a volume then your tool could read from the one file and write to the other all from within the container without needing any of these dependencies on the local machine.

joolfe commented 2 years ago

Hi @tempcke, that's out of the scope of this repo, this is just for a npm librarythat can be used as a cli or as a dependency in node projects.

Best regards