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 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`