https://github.com/moncho/cautious-parakeet
https://github.com/moncho/cautious-parakeet
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/moncho/cautious-parakeet
- Owner: moncho
- Created: 2018-06-12T15:04:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T15:14:15.000Z (about 8 years ago)
- Last Synced: 2025-01-19T21:29:28.548Z (over 1 year ago)
- Language: Java
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useless App
A sample project that uses Spring Boot and Docker.
Does nothing but complain.
## Build
### Gradle
Build the project artifact with `./gradlew clean build`
### Docker
Build the Docker image with `docker build -t useless:1.0 .`
## Run
`docker run -p 8080:8080 useless:1.0`