Skip to content

jhmaster2000/docker-git-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks