/waschplan-backend

Backend Service for Waschplan

Primary LanguageJava

waschplan project

Helm Deployment Files

All files used for the deployment with helm can be found in the folder helm inside this project root directory

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev

Build a small Docker image

1. Build the native executable

./mvnw package -Pnative

2. Build the Docker image

docker build -f src/main/docker/Dockerfile.native -t toky03/waschplan-backend:0.0.27 .