feat: LampScore implement dockerfile generation and image building #22
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#22
Loading…
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_dockerfile
function to generate a Dockerfile based on the LAMP stack for the given project.build_docker_image
to execute the docker build command and create the image.