Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcushellberg/hilla-cloud-run


https://github.com/marcushellberg/hilla-cloud-run

Last synced: 6 days ago
JSON representation

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