Skip to content

Commit e37d7e4

Browse files
cursoragentpRizz
andcommitted
docs(justfile): clarify runtime-config-check docker gate description
Co-authored-by: Peter Ryszkiewicz <pRizz@users.noreply.github.com>
1 parent 72183bf commit e37d7e4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

justfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,10 @@ build-docker-no-cache:
212212
@rm -f Dockerfile.build
213213
@echo "✓ Docker image built (no cache): opencode-cloud-sandbox:dev"
214214

215-
# Verify Docker build stages (builds opencode-build stage only, faster than full build)
215+
# Verify Dockerfile runtime config assets and COPY paths.
216+
# Uses runtime-config-check stage to avoid rebuilding full opencode artifacts.
216217
check-docker:
217-
@echo "Checking Dockerfile syntax and build stages..."
218+
@echo "Checking Dockerfile runtime config stage..."
218219
@builder="opencode-cloud-precommit"; \
219220
cp packages/core/src/docker/Dockerfile Dockerfile.build; \
220221
cleanup() { \

0 commit comments

Comments
 (0)