Skip to content

Missing napolitan.Dockerfile breaks docker compose up in docker_instructions.mdΒ #33

@bestian

Description

@bestian

🐞 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

  1. Clone the repo:

    git clone https://github.com/Jigsaw-Code/sensemaking-tools
    cd sensemaking-tools
  2. Follow /docker_instructions.md:

    docker compose up --build -d
  3. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions