Skip to content

Instantly share code, notes, and snippets.

@derianpt
Created October 16, 2018 08:53
Embed
What would you like to do?
# 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