Skip to content

Commit 57e0823

Browse files
committed
update docker-build
1 parent 64ffb57 commit 57e0823

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
@@ -16,5 +16,5 @@ package: build
1616
tar -czf dist/node-agent.tar.gz dist/node-agent
1717

1818
.PHONY: docker-build
19-
docker-build: build
19+
docker-build: package
2020
docker build -f ./docker/Dockerfile -t $(ORG)/apo-node-agent:$(TAG) .

0 commit comments

Comments
 (0)