Sign inSign up

screenly/unexpected-wildcat

By screenly

Updated over 8 years ago

Phabricator bot

Image
0

2.9K

screenly/unexpected-wildcat repository overview

Build

docker build -t unexpected-wildcat .

Develop

docker run --rm --name unexpected-wildcat -v `pwd`:/usr/src/app:ro -e PHABRICATOR_API_URL="https://truecode.trueship.com/api/" -e PHABRICATOR_API_TOKEN="cli-123" -it unexpected-wildcat

# set up an ngrok tunnel to your local instance
docker run --rm -it --link unexpected-wildcat wernight/ngrok ngrok http unexpected-wildcat:8080

Test

docker run --rm --name unexpected-wildcat -e PHABRICATOR_API_URL="https://truecode.trueship.com/api/" -e PHABRICATOR_API_TOKEN="cli-123" -it unexpected-wildcat nosetests

Serve

docker run --rm --name unexpected-wildcat -e PHABRICATOR_API_URL="https://truecode.trueship.com/api/" -e PHABRICATOR_API_TOKEN="api-123" -it unexpected-wildcat

Tag summary

Content type

Image

Digest

Size

261.7 MB

Last updated

over 8 years ago

docker pull screenly/unexpected-wildcat