Source
Commit
abc1234Message
feat: initial deploy
Image
registry.nextmap.io/while-demo:abc1234Triggered by
api-key
Timing
Created
Mar 4, 20261mo ago
Started
Mar 4, 20261mo ago
Finished
Mar 4, 20261mo ago
Duration
45s
Context
Build Logs
10 lines16:39:26Cloning repository...
16:39:31Building Docker image...
16:39:36Step 1/6: FROM node:20-alpine
16:39:39Step 2/6: COPY package.json .
16:39:43Step 3/6: RUN npm install
16:39:48Step 4/6: COPY . .
16:39:51Step 5/6: RUN npm run build
16:39:54Step 6/6: EXPOSE 3000
16:39:56Successfully built image
16:39:57Pushed to registry: registry.nextmap.io/while-demo:abc1234