Skip to content

Commit cc74fcd

Browse files
committed
make docker
1 parent bfe6740 commit cc74fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ examples: build
113113

114114
# Build Docker image: sqlc (from engine-plugin) + sqlc-engine-ydb + codegen plugins.
115115
# Optional: DOCKER_IMAGE=name, ENGINE_PLUGIN_REF=branch (docker build --build-arg).
116-
docker-build:
116+
docker:
117117
docker build -t $(DOCKER_IMAGE) .
118118
@echo "ok: image $(DOCKER_IMAGE)"
119119

0 commit comments

Comments
 (0)