feat: Minimal readme and cleans up docker files.
Some checks failed
CI / Run Tests (push) Failing after 13s
Some checks failed
CI / Run Tests (push) Failing after 13s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
test:
|
||||
build:
|
||||
context: .
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile.test
|
||||
working_dir: /app
|
||||
depends_on:
|
||||
@@ -13,10 +13,5 @@ services:
|
||||
|
||||
mosquitto:
|
||||
build:
|
||||
context: .
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile.mosquitto
|
||||
|
||||
networks:
|
||||
test:
|
||||
driver: bridge
|
||||
external: false
|
||||
|
||||
Reference in New Issue
Block a user