#!/bin/bash
cd "$(dirname "$0")"
cd ..

docker run \
    --mount type=bind,source=`pwd`,target=/var/www/sku.io \
    -it  \
    sku.io \
    /bin/bash

# docker run -it --name mapsentry --mount type=bind,source=`pwd`,target=/var/www/go.mapsentry.com d5c41e41623b /bin/bash
