Source
Commit
ghi9012Message
fix: resolve build error
Image
registry.nextmap.io/while-demo:ghi9012Triggered by
api-key
Timing
Created
Mar 4, 20261mo ago
Started
Mar 4, 20261mo ago
Finished
Mar 4, 20261mo ago
Duration
40s
Context
Build Logs
10 lines18:09:27Cloning repository...
18:09:32Building Docker image...
18:09:37Step 1/6: FROM node:20-alpine
18:09:40Step 2/6: COPY package.json .
18:09:44Step 3/6: RUN npm install
18:09:49Step 4/6: COPY . .
18:09:52Step 5/6: RUN npm run build
18:09:55Step 6/6: EXPOSE 3000
18:09:57Successfully built image
18:09:58Pushed to registry: registry.nextmap.io/while-demo:ghi9012