Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhmaster2000/docker-git-auth

Simple easily configurable Dockerfile for cloning and deploying a private repository from github without OAuth requirements.
https://github.com/jhmaster2000/docker-git-auth

docker dockerfile git github linux

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](/.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`