prose / gatekeeper

Enables client-side applications to dance OAuth with GitHub.
MIT License
760 stars 182 forks source link

Add dockerfile and .dockerignore #66

Closed ludwigschub closed 3 years ago

ludwigschub commented 3 years ago

Closes #65

ludwigschub commented 3 years ago

You can test the image by running: docker run -p 443:443 -p 9999:9999 --env-file .env --name gatekeeper-server ludwigschubi/gatekeeper

dereklieu commented 3 years ago

Thanks @ludwigschubi!