From 11cdedbef4f918f7f0c5cce6e720afbfe542a12a Mon Sep 17 00:00:00 2001 From: Rhonajoy Koome Date: Mon, 18 Sep 2023 23:16:19 +0300 Subject: [PATCH 1/2] fix: add right cloning link --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4bbe64..6567a0a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,12 @@ Follow these steps to set up and run your Dockerized Spring Boot application: 1. Clone the repository to your local machine: - ```bash - git clone - cd dockerized-spring-boot-app + + ` git clone https://github.com/Joykoome/Waiversv1.git ` + or + ` git clone git@github.com:Joykoome/Waiversv1.git ` + + ` cd Waiversv1` 2. Run the following command in the same directory as your docker-compose.yml file to start both the Spring Boot application and the MySQL database as containers: `docker-compose up` From efcd64460bce96ef368010356ad5c1eaf3ffa8e1 Mon Sep 17 00:00:00 2001 From: Rhonajoy Koome Date: Mon, 25 Sep 2023 16:48:24 +0300 Subject: [PATCH 2/2] change docker commands --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 512b66c..667a78b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ + FROM openjdk:17-jdk-slim WORKDIR /app