Skip to content

Commit

Permalink
added clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
jamowei committed Dec 12, 2024
1 parent dbd0c3f commit 03d5321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ serve:
k8s:
node build.mjs k8s

clean:
@rm -rf out

docker_build:
docker build -t ${NAME}:latest .
@echo "🛠️ - Docker build successful"
Expand Down

0 comments on commit 03d5321

Please sign in to comment.