2 years ago
I am trying to deploy my backend application but it keeps failing due to a typescript error, below is the build log;
[Region: us-west1]
Using Detected Dockerfile
context: ff17c65947e2e5312a8f4d3f6776fae5
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 393B done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/library/node:14
#2 DONE 0.3s
#3 [internal] load .dockerignore
#3 transferring context: 66B done
#3 DONE 0.0s
#4 [1/6] FROM docker.io/library/node:14@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa
#4 CACHED
#5 [internal] load build context
#5 transferring context: 2.07MB 0.1s done
#5 DONE 0.1s
#6 [2/6] WORKDIR /usr/src/app
#6 DONE 0.3s
#7 [3/6] COPY package*.json ./
#7 DONE 0.0s
#8 [4/6] RUN npm install
#8 34.76
#8 34.76 > dtrace-provider@0.8.8 install /usr/src/app/node_modules/dtrace-provider
#8 34.76 > node-gyp rebuild || node suppress-error.js
#8 34.76
#8 36.50 make: Entering directory '/usr/src/app/node_modules/dtrace-provider/build'
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
2 years ago
I don't see any errors there, please provide your full build logs -