mirror of
https://github.com/agresdominik/dev-templates.git
synced 2026-04-21 18:05:49 +00:00
Base Templates
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.PHONY ...
|
||||
|
||||
DOCKER_NAME = project:name
|
||||
PACKAGES = ./src/.
|
||||
|
||||
docker: # build a dockerfile in same dir and shell into it
|
||||
docker build -t $(DOCKER_NAME) .
|
||||
docker run -it --rm $(DOCKER_NAME) /bin/sh
|
||||
Reference in New Issue
Block a user