Skip to content

Docker container can't build up w/ docker compose #45

@TheExtrips

Description

@TheExtrips

Hi, i think there are some issues with dependencies or smth in docker-compose.yml. My goal was to build the app from source via Docker Compose so I did exactly what was written in README. This is the output from make up command.

17 | COPY --from=planner /app/recipe.json recipe.json

18 | # Build dependencies - this is the caching Docker layer!

19 | >>> RUN cargo chef cook --release --target x86_64-unknown-linux-musl --recipe-path recipe.json

20 | # Build application

21 | COPY ./pentaract .

failed to solve: process "/bin/bash -eux -o pipefail -c cargo chef cook --release --target x86_64-unknown-linux-musl --recipe-path recipe.json" did not complete successfully: exit code: 101

make: *** [Makefile:2: up] Error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions