Commit Graph

6 Commits

Author SHA1 Message Date
11f2b23ad3 Added .dockerignore as per recommendation
Though the Dockerfile only copies specific files anyway, if someone for whatever reason places their node_modules folder inside their src folder for example, this is an extra check to make sure no pre-existing node_modules are copied over.
2019-12-07 12:08:16 +09:00
b170e9ce01 Switch back to using specific node versions
+ added description block encouraging and reminding people to set the specific version their application needs.
2019-12-07 12:07:09 +09:00
8370c7f0bc Minor text tweaks in the readme. 2019-12-05 16:56:12 +09:00
8cff654d2e Fix Node.js naming convention 2019-12-05 16:49:35 +09:00
f84b16c3c0 Added Dockerfile template and initial README. 2019-12-05 16:47:47 +09:00
b6b62b6841 Initial commit 2019-12-05 16:13:01 +09:00