JPADEMO

JPA Runtime Dashboard

Detecting Container...
Server: Connected

Container Diagnostics

Container Hostname ---
OS Platform ---
Architecture ---
Operating System Release ---
CPU Hardware ---
Memory Utilization 0%
Process Uptime 00:00:00
System Uptime 00:00:00
Node Environment ---

Dockerfile Build Visualizer

Dockerfile
1FROM node:18-alpine
2WORKDIR /app
3COPY package*.json ./
4RUN npm ci --only=production
5COPY . .
6EXPOSE 3000
7CMD ["node", "server.js"]
Image Layers Stack

Click "Simulate Build" or select a line in the Dockerfile to compile image layers.