├── Dockerfile ├── README.md ├── quotes.txt └── src └── Main.java /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/java-quotes-app/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/java-quotes-app/HEAD/README.md -------------------------------------------------------------------------------- /quotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/java-quotes-app/HEAD/quotes.txt -------------------------------------------------------------------------------- /src/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LondheShubham153/java-quotes-app/HEAD/src/Main.java --------------------------------------------------------------------------------