Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 434 Bytes

INSTALL.md

File metadata and controls

15 lines (12 loc) · 434 Bytes

Install

Get the DockerFile and build the docker.

wget https://github.com/Yuuoniy/APISpecGen/raw/refs/heads/main/Dockerfile 
docker build -t apispecgen:latest .
docker run -it --name "apispecgen" "apispecgen:latest"

If you have network problems that causes tools install to fail, you may add a proxy to the dockerfile as follows:

ENV http_proxy=http://XX.XX.XX.XX:XXX
ENV https_proxy=http://XX.XX.XX.XX:XXX