Base image for KeystoneJS dependencies.
319
Generate/Copy Keystonejs project(exclude the node_modules folder in the project root) and cd into the root directory.
Edit your .env file
Run the keystonejs container:
docker run -p 80:3000 -it -d --name keystonejs -v "$PWD":/usr/src/app zheeeng/keystonejs
or optionally link MongoDB container:
docker run -p 80:3000 -it -d --link your-mongo:mongo --name keystonejs -v "$PWD":/usr/src/app zheeeng/keystonejs
For Keystonjs only support Node LTS version. Here we use the Node 6.9.4.
For fixing Cannot find module '../build/Release/bson'] code bug in:
We temporary appliy a coping file patch.
Content type
Image
Digest
Size
298.9 MB
Last updated
over 9 years ago
docker pull zheeeng/keystonejs