292 B
Executable File
292 B
Executable File
Aviation Weather
Makefile
make help to list all commands
Setup
- Copy
.env.TEMPLATEto.env - Generate JWT RS256 (RSA Signature with SHA-256) Private/Public keys with
make generate - Build the service and ui images with
make build - Run the application with
make up