aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/justfile b/justfile
index 6f0b8d2..5268537 100644
--- a/justfile
+++ b/justfile
@@ -15,6 +15,3 @@ fmt:
check:
cd frontend && npm run check
cd backend && just check
-
-docker-build: fmt
- docker build -t feedaka .