Skip to content

Commit

Permalink
build(make): set the build target as prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Sep 15, 2024
1 parent 609367b commit d6ea6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker-build:

.PHONY: docker-run
## docker-run: Runs the container
docker-run:
docker-run: docker-build
docker run --rm -p 8080:8080 -v /tmp:/tmp morphos

.PHONY: help
Expand Down

0 comments on commit d6ea6f8

Please sign in to comment.