We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ffb57 commit 57e0823Copy full SHA for 57e0823
1 file changed
Makefile
@@ -16,5 +16,5 @@ package: build
16
tar -czf dist/node-agent.tar.gz dist/node-agent
17
18
.PHONY: docker-build
19
-docker-build: build
+docker-build: package
20
docker build -f ./docker/Dockerfile -t $(ORG)/apo-node-agent:$(TAG) .
0 commit comments