Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcushellberg/hilla-cloud-run
https://github.com/marcushellberg/hilla-cloud-run
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcushellberg/hilla-cloud-run
- Owner: marcushellberg
- License: unlicense
- Created: 2024-02-07T17:27:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T18:16:00.000Z (9 months ago)
- Last Synced: 2024-10-17T19:47:12.208Z (28 days ago)
- Language: TypeScript
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Example app for Hilla on Cloud Run
## Developing locally
Run with the default Maven command:
```
mvn
```## Building a container
Create a production build of the app first
```
mvn -Pproduction clean package
```Then build the container
```
docker build . -t hilla-on-cloud-run
```