This commit is contained in:
beckerinj
2023-02-28 01:33:09 -05:00
parent 0d24b792c6
commit bf17d705f0
+1 -1
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 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```
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. Do not pass the preceding "/". for example ```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```.