Skip to content

Instantly share code, notes, and snippets.

@derianpt
Created October 16, 2018 08:53
Show Gist options
  • Save derianpt/420617ffa5d2409f9d2a4a1a60cfa9ae to your computer and use it in GitHub Desktop.
Save derianpt/420617ffa5d2409f9d2a4a1a60cfa9ae to your computer and use it in GitHub Desktop.
# 1. Absoulute path
build: .
# 2. Relative path
build: ../path/to/app/
# 3. Git repo URL
build: https://github.com/docker/rootfs.git
# 4. Git repo URL with branch
build: https://github.com/docker/rootfs.git#develop
# 5. Git repo URL with access token (for accessing private repos)
build: https://<ACCESS_TOKEN>:@github.com/docker/rootfs.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment