Merge pull request #51 from lordmathis/chore/readme-update

Chore/readme update
This commit is contained in:
2025-05-25 16:40:55 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the frontend # Stage 1: Build the frontend
FROM node:20 AS frontend-builder FROM node:24-slim AS frontend-builder
WORKDIR /app WORKDIR /app
COPY app/package*.json ./ COPY app/package*.json ./
RUN npm ci RUN npm ci

View File

@@ -1,6 +1,6 @@
# Lemma # Lemma
![Build](https://github.com/LordMathis/Lemma/actions/workflows/build-and-release.yml/badge.svg) ![Go Tests](https://github.com/LordMathis/Lemma/actions/workflows/go-test.yml/badge.svg) ![Build](https://github.com/lordmathis/lemma/actions/workflows/build-and-release.yml/badge.svg) ![Go Tests](https://github.com/lordmathis/lemma/actions/workflows/go-test.yml/badge.svg) ![Typescript Check](https://github.com/lordmathis/lemma/actions/workflows/typescript.yml/badge.svg)
Yet another markdown editor. Work in progress Yet another markdown editor. Work in progress