Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 449 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 449 Bytes

docker-git-auth

Simple easily configurable Dockerfile for cloning and deploying a private repository from github without OAuth requirements.

  • The Dockerfile provided here is targeted towards a Node.js program, but should be easily adaptable for anything else.

See .env.template for the needed setup, and remember to rename it to .env locally.

Run with docker build -t git-auth . && docker run --env-file .env git-auth