/probot-docker

Build and run your probot-based GitHub App on a docker container.

Primary LanguageDockerfileMIT LicenseMIT

probot-docker

Build and run your probot-based GitHub App on a docker container.

Usage

Copy Dockerfile and .dockerignore to your repo's root.

Build your image:

docker build -t probot-alpine .

Run your container:

docker run -p 0.0.0.0:3000:3000 probot-alpine

Warning

This script will copy your .env file to the image. This file contains secrets that shouldn't be shared.