Skip to content

Commit 5cd79b6

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [make] missing "run" action added.
1 parent 33da58b commit 5cd79b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ compose/test: compose/build
108108
docker-compose --profile testing run --rm algorithm-exercises-java-test make test
109109

110110
compose/run: compose/build
111-
docker-compose --profile production run --rm algorithm-exercises-java make run
112-
111+
docker-compose --profile testing run --rm algorithm-exercises-java make run
113112
all: env dependencies lint test
114113

115114
run:

0 commit comments

Comments
 (0)