Devops
Devops
});
server.listen(PORT, () => {
echo '{
"name": "my-app",
"version": "1.0.0",
"main": "app.js",
2. Create a Dockerfile
WORKDIR /app
COPY . .
EXPOSE 3000
Rubrics
Concept 10
Planning and Execution/ 10
Practical Simulation/ Programming
Result and Interpretation 10
Record of Applied and Action Learning 10
Viva 10
Total 50