==============
Using Nixpacks
==============
context: 009fc5728ee64eb7a597ef6570e251a0
╔═════════════ Nixpacks v1.13.0 ═════════════╗
║ setup │ nodejs-16_x, npm-9_x, openssl ║
║────────────────────────────────────────────║
║ install │ npm i ║
║────────────────────────────────────────────║
║ build │ CI=false npm run build ║
║────────────────────────────────────────────║
║ start │ npm run start ║
╚════════════════════════════════════════════╝
#0 building with "default" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.1s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 2.43kB done
#2 DONE 0.1s
#3 [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1690243402
#3 DONE 0.3s
#4 [stage-0 1/16] FROM ghcr.io/railwayapp/nixpacks:ubuntu-1690243402@sha256:1a7dc562bf1f13299c20e55f8a72a287cb16dfea072fe4d20d084cfe23494afd
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 1.73MB 0.0s done
#5 DONE 0.1s
#6 [stage-0 3/10] COPY .nixpacks/nixpkgs-293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847.nix .nixpacks/nixpkgs-293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847.nix
#6 CACHED
#7 [stage-0 2/16] WORKDIR /app/
#7 CACHED
#8 [stage-0 4/10] RUN nix-env -if .nixpacks/nixpkgs-293a28df6d7ff3dec1e61e37cc4ee6e6c0fb0847.nix && nix-collect-garbage -d
#8 CACHED
#9 [stage-0 5/10] COPY . /app/.
#9 DONE 0.1s
#10 [stage-0 6/10] RUN --mount=type=cache,id=s/b57dffdc-7fdd-439a-9b87-915525a40fbb-/root/npm,target=/root/.npm npm i
#10 1.151 npm
WARN config production Use `--omit=dev` instead.
#10 25.99 npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
#10 26.28 npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
#10 26.81 npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
#10 26.97 npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142