vue-webpack-ssr-fully-featured icon indicating copy to clipboard operation
vue-webpack-ssr-fully-featured copied to clipboard

Docker image with pm2 balancer

Open Gingernaut opened this issue 8 years ago • 3 comments

Added a Dockerfile to build and run this project.

Gingernaut avatar Oct 02 '17 06:10 Gingernaut

Thanks for the PR. Never heard of pm2 before, looks cool.

We were discussing if and how to dockerize this project in #4

As I said earlier I don't know if it is worth providing images and/or complex dockerfiles for the project, because it is (in my opinion) out of scope. As of right now I will leave this PR open, it is definitely useful for someone but it might not be useful for the target audience of this repository

I will link this PR to the docs so people looking for dockerizing the project will find this

Thanks again

crisbal avatar Oct 02 '17 12:10 crisbal

Added a link to this PR with 583c506800c5c88f6cb460c3e239e9c7c2a93e74

crisbal avatar Oct 02 '17 12:10 crisbal

docker build -t projectname is incorrect - try to run this.

Should be docker build -t projectname ./

vsorrokin avatar Dec 13 '17 08:12 vsorrokin