diff --git a/script/docker/README.md b/script/docker/README.md new file mode 100644 index 0000000..ec76b4e --- /dev/null +++ b/script/docker/README.md @@ -0,0 +1,3 @@ +# How do I use this thing? + +`docker compose up` diff --git a/script/docker/compose.yaml b/script/docker/compose.yaml index 2aa35cf..66f5444 100644 --- a/script/docker/compose.yaml +++ b/script/docker/compose.yaml @@ -1,7 +1,7 @@ services: meshing-around: build: - context: .. + context: ../.. # depends_on: # ollama: # condition: service_healthy