Update builds.md

This commit is contained in:
beckerinj
2023-02-27 00:45:16 -05:00
committed by GitHub
parent 63b5deecd7
commit ee1128a666

View File

@@ -11,7 +11,7 @@ Many repos are private, in this case a Github access token is required in the pe
In order to docker build, monitor just needs to know the build directory and the path of the Dockerfile, you can configure these in the *build config* section.
If the build directory is the root of the repository, you pass ```.```. If the build directory is some folder of the repo, just pass the name of the the folder, no need to the preceding "/", eg ```build/directory```
If the build directory is the root of the repository, you pass the build path as ```.```. If the build directory is some folder of the repo, just pass the name of the the folder, no need to the preceding "/", eg ```build/directory```
The dockerfile's path is given relative to the build directory. So if your build directory is ```build/directory``` and the dockerfile is in ```build/directory/Dockerfile.example```, you give the dockerfile path simply as ```Dockerfile.example```.
@@ -42,4 +42,4 @@ Monitor uses a major.minor.patch versioning scheme. Every build will auto increm
[next: deploying](https://github.com/mbecker20/monitor/blob/main/docs/deployments.md)
[back to table of contents](https://github.com/mbecker20/monitor/blob/main/readme.md)
[back to table of contents](https://github.com/mbecker20/monitor/blob/main/readme.md)