Files
submarine-tracker/captain-definition

5 lines
137 B
Plaintext

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