Dockerizer
beta
Provided by Easypanel
Dockerize Express.js Applications
The fastest way to dockerize your Express.js app.
Config
Setup
- 1Download and extract the files
- 2Move the files into your codebaseThe extracted
dockerizer
folder should be in the root of your project. - 3Build the docker image
docker build -t my-app -f ./dockerizer/Dockerfile .