-
Notifications
You must be signed in to change notification settings - Fork 32
Description
π Bug Report
Title
Missing napolitan.Dockerfile causes error when following docker_instructions.md
Describe the bug
When following the instructions in /sensemaking-tools/docker_instructions.md, the Build and Run your service section says to run:
docker compose up --build -d
But this fails with an error saying napolitan.Dockerfile is missing.
Example error output:
failed to solve: failed to read dockerfile: open napolitan.Dockerfile: no such file or directory
Expected behavior
The repository should include napolitan.Dockerfile (or the instructions should be updated to reflect the correct filename/location) so that docker compose can build successfully.
To Reproduce
-
Clone the repo:
git clone https://github.com/Jigsaw-Code/sensemaking-tools cd sensemaking-tools -
Follow
/docker_instructions.md:docker compose up --build -d
-
Observe the error about the missing
napolitan.Dockerfile.
Environment
- OS: macOS 15.5
- Docker version: 28.3.0
- docker-compose version: v2.38.1-desktop.1
Possible Cause
napolitan.Dockerfile may have been omitted (e.g. not added during commit) or its path/name might have changed.
Additional context
Please check if the Dockerfile can be added to the repo or if the instructions need updating.
Thanks!