feat: LampScore implement dockerfile generation and image building #22
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/lampDocker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
build_dockerfilefunction to generate a Dockerfile based on the LAMP stack for the given project.build_docker_imageto execute the docker build command and create the image.