Dockerizer
beta
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 .
dockerizer
folder should be in the root of your project.docker build -t my-app -f ./dockerizer/Dockerfile .