Skip to content

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

License

Notifications You must be signed in to change notification settings

erickmendonca/probot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages