fix: update docker file java image
All checks were successful
Deploy Miniplan / build (push) Successful in 3m27s

This commit is contained in:
2026-04-30 22:41:55 +02:00
parent 213065b86c
commit f5af3ede12
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN npm install
RUN npm run build-only
FROM openjdk:latest as miniplan
FROM amazoncorretto:18 as miniplan
LABEL authors="walamana"
RUN mkdir -p /app/public