{ "schemaVersion": 2, "dockerfileLines": "FROM node:18-alpine\nWORKDIR /app\nCOPY . .\nEXPOSE 3000\nCMD [\"node\", \"server.js\"]" }