docker run --rm czerasz/keybase-followers czerasz
Run development container:
docker run -it --rm \
--volume=$PWD/:/usr/app/ \
--workdir=/usr/app \
--entrypoint=bash \
--user=1000:1000 \
node:8.5.0
Install modules:
yarn install
Run linter and tests:
yarn lint
yarn test
Content type
Image
Digest
Size
31.8 MB
Last updated
about 9 years ago
docker pull czerasz/keybase-followers