gitea-actions (#8)
All checks were successful
Build and Deploy Java Gradle Application / build-and-deploy (push) Successful in 1m36s

Co-authored-by: Florian THIERRY <florian.thierry@protonmail.com>
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2025-07-23 22:59:51 +02:00
parent 859273a9c1
commit 03dd52de71
3 changed files with 78 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
FROM node:22-alpine AS builder
FROM node:24-alpine AS builder
WORKDIR /app
COPY frontend /app
RUN npm install
RUN npm run build-prod-en
RUN npm run build-prod-fr
FROM nginx:1.27-alpine AS final
FROM nginx:1.29-alpine AS final
WORKDIR /app
COPY --from=builder /app/dist/codiki/en/browser /usr/share/nginx/html/en/
COPY --from=builder /app/dist/codiki/fr/browser/fr /usr/share/nginx/html/fr/