Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
of
Nodejs
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/10/22 07:18:09 (
2 years
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Nodejs
v6
v7
41
41
});
42
42
}}}
43
43
44
3.create Dockerfile with following content
44
45
{{{
…
…
63
64
CMD [ "node", "server.js" ]
64
65
}}}
66
65
67
4. Create a .dockerignore file in the same directory as your Dockerfile with following content:
66
68
{{{