This repository contains the Dockerfile and configuration for building a Docker image of a simple todo list application.
To use this Docker image, follow these steps:
-
Pull the Docker image: Run the following command to pull the Docker image from Docker Hub:
docker pull abigeal/simple-todo-list:latest -
Run the Docker container: Once the image is pulled, you can run the Docker container using the following command:
docker run -d -p 8080:8080 abigeal/simple-todo-list:latest -
Access the todo list application: Open your web browser and navigate to
http://localhost:8080to access the todo list application.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository, make your changes, and submit a pull request.
If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.
This project is licensed under the MIT License.