Skip to content

Commit

Permalink
makefile: run target
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Oct 25, 2022
1 parent 3612f11 commit 76591ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.PHONY: build
build:
docker build .
docker build -t flared/docker .

.PHONY: run
run: build
docker run -it flared/docker sh

0 comments on commit 76591ca

Please sign in to comment.