Sign inSign up

amirsonb/node-server-env

By amirsonb

Updated about 7 years ago

Image
0

100

amirsonb/node-server-env repository overview

Node Server ENV

This docker image is for mocking NodeJS app deployment to prodution server.

Apps installed

  • Node 10.6.3 LTS
  • PM2
  • Nginx

How to build the image

docker build -t node-server-env .

then use docker images to find the image ID.

With docker run -it <IMAGE_ID> you can test if your changes are the desired ones.

Then tag it: docker tag <IMAGE_ID> <YOUR-USER>/node-server-env:latest

and finally publish it: docker push <YOUR-USER>/node-server-env

Tag summary

Content type

Image

Digest

Size

445.2 MB

Last updated

about 7 years ago

docker pull amirsonb/node-server-env