Skip to content

Commit c06a965

Browse files
authored
Merge pull request #185 from sir-gon/develop
Develop
2 parents 33da58b + ee25819 commit c06a965

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,5 @@ RUN ls -alh
109109

110110
USER worker
111111
CMD ["make", "run"]
112+
113+
# checkov:skip= CKV_DOCKER_2: production image isn't a service process (yet)

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)