Skip to content

For dummies, part 2: rebuild docker image

Peter edited this page Jun 28, 2017 · 1 revision

... the next challenge is to rebuild and run docker with it... Start cloning

cd ~
git clone https://github.com/swagger-api/swagger-ui.git

Suppose that the aim here is to changing Javascript (ex. nano dist/index.html)... To rebuild, after all editions, use npm run build ...

...