Skip to content

Commit

Permalink
Make new test docker-compose files point to the right Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
JDRomano2 authored and Jay Moran committed Aug 20, 2022
1 parent 97b3030 commit 4c51d01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose-int-test-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
lab:
build:
context: .
dockerfile: docker/lab/Dockerfile
dockerfile: docker/lab/rpi.Dockerfile
tty: true
stdin_open: true
volumes:
Expand All @@ -43,7 +43,7 @@ services:
machine:
build:
context: .
dockerfile: docker/machine/Dockerfile
dockerfile: docker/machine/rpi.Dockerfile
tty: true
stdin_open: true
volumes:
Expand All @@ -62,7 +62,7 @@ services:
dbmongo:
build:
context: .
dockerfile: docker/dbmongo/Dockerfile
dockerfile: docker/dbmongo/rpi.Dockerfile
tty: true
stdin_open: true
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-unit-test-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
unit_tester:
build:
context: .
dockerfile: tests/unit/Dockerfile
dockerfile: tests/unit/rpi.Dockerfile
working_dir: /appsrc
command: bash -c "dos2unix tests/unit/unit_test_runner.sh && sh tests/unit/unit_test_runner.sh"
tty: true
Expand Down

0 comments on commit 4c51d01

Please sign in to comment.