From f94794bfb3e0e384b61504a01441b9c3de8c5d8f Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 8 Oct 2023 18:35:57 -0400 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85f2601..33e8045 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ docker-debian-run: .PHONY: docker-alpine docker-alpine: - docker build -t ncc-alpine -f Dockerfile.alpine . + docker build -t ncc-alpine -f Dockerfile . .PHONY: docker-alpine-run docker-alpine-run: