We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72183bf commit e37d7e4Copy full SHA for e37d7e4
1 file changed
justfile
@@ -212,9 +212,10 @@ build-docker-no-cache:
212
@rm -f Dockerfile.build
213
@echo "✓ Docker image built (no cache): opencode-cloud-sandbox:dev"
214
215
-# Verify Docker build stages (builds opencode-build stage only, faster than full build)
+# Verify Dockerfile runtime config assets and COPY paths.
216
+# Uses runtime-config-check stage to avoid rebuilding full opencode artifacts.
217
check-docker:
- @echo "Checking Dockerfile syntax and build stages..."
218
+ @echo "Checking Dockerfile runtime config stage..."
219
@builder="opencode-cloud-precommit"; \
220
cp packages/core/src/docker/Dockerfile Dockerfile.build; \
221
cleanup() { \
0 commit comments