tris203
Projects Wont Build
==============
Using Nixpacks
==============
context: 75ac47e5dc64a55a38a1be0dcfaaf6bc
╔═════════ Nixpacks v1.9.0 ═════════╗
║ setup │ nodejs-16_x, npm-8_x ║
║───────────────────────────────────║
║ install │ npm ci ║
║───────────────────────────────────║
║ start │ npm run start ║
╚═══════════════════════════════════╝
#1 [internal] load .dockerignore
seems to be stuck here... but still waiting
16 replies
Projects Wont Build
I can now access the dashboards and build is getting slightly futher
-----
Dockerfile:20
-------------------
18 | ENV NIXPACKS_PATH /app/node_modules/.bin:$NIXPACKS_PATH
19 | COPY . /app/.
20 | >>> RUN --mount=type=cache,id=s/10a6c3d0-119d-4db1-a208-e4cf29246db2-/root/npm,target=/root/.npm npm ci
21 |
22 | # build phase
-------------------
ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 1
Error: Docker build failed
16 replies