docker run \
    --detach \
    --publish 82:80 \
    --volume `pwd`/index.html:/app/dist/index.html \
    --name swagger \
    swagger
