Updated Makefile

This commit is contained in:
Netkas 2023-10-08 18:35:57 -04:00
parent a63d148f30
commit f94794bfb3
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -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: