cameri / nostream

A Nostr Relay written in TypeScript
MIT License
715 stars 185 forks source link

Start script hangs on stage 3 #276

Closed TheFockinFury closed 1 year ago

TheFockinFury commented 1 year ago

I'm attempting to run nostream on Ubuntu 22.04 VM inside of Proxmox VE. After I clone the repo and ./scripts/start, the script hangs with no error:

$ ./scripts/start
[+] Building 531.3s (12/15)                                                              
 => [internal] load build definition from Dockerfile                                0.0s
 => => transferring dockerfile: 702B                                                0.0s
 => [internal] load .dockerignore                                                   0.0s
 => => transferring context: 248B                                                   0.0s
 => [internal] load metadata for docker.io/library/node:18-alpine3.16               0.0s
 => [internal] load build context                                                   0.0s
 => => transferring context: 13.06kB                                                0.0s
 => [build 1/6] FROM docker.io/library/node:18-alpine3.16                           0.0s
 => CACHED [stage-1 2/6] WORKDIR /app                                               0.0s
 => CANCELED [stage-1 3/6] RUN apk add --no-cache --update git                    531.3s
 => CACHED [build 2/6] WORKDIR /build                                               0.0s
 => CACHED [build 3/6] COPY [package.json, package-lock.json, ./]                   0.0s
 => CACHED [build 4/6] RUN npm install --quiet                                      0.0s
 => CACHED [build 5/6] COPY . .                                                     0.0s
 => CACHED [build 6/6] RUN npm run build                                            0.0s

I'm not getting any feedback about what's wrong here so am at a loss for what to troubleshoot next. Any guidance would be much appreciated.

TheFockinFury commented 1 year ago

Must have been some issue with docker. Spun up a fresh linux container and now the build executes fine. Going to close this issue out -- likely user error.