Skip to content

Commit 6a0c240

Browse files
committed
feat: implement repo-mode
Fixes #218
1 parent cacbcb8 commit 6a0c240

File tree

7 files changed

+497
-273
lines changed

7 files changed

+497
-273
lines changed

constants/constants.go

+4
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ var (
2828
// to skip building when a container is restarting.
2929
// e.g. docker stop -> docker start
3030
MagicFile = filepath.Join(MagicDir, "built")
31+
32+
// MagicFile is the location of the build context when
33+
// using remote build mode.
34+
MagicRemoteRepoDir = filepath.Join(MagicDir, "repo")
3135
)

0 commit comments

Comments
 (0)