Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

FROM openjdk:17-jdk-slim

WORKDIR /app
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <repository_url>
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`
Expand Down