-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels