Changes between Version 6 and Version 7 of Nodejs


Ignore:
Timestamp:
11/10/22 07:18:09 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nodejs

    v6 v7  
    4141});
    4242}}}
     43
    43443.create Dockerfile with following content
    4445{{{
     
    6364CMD [ "node", "server.js" ]
    6465}}}
     66
    65674. Create a .dockerignore file in the same directory as your Dockerfile with following content:
    6668{{{