mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
Merge pull request #51 from lordmathis/chore/readme-update
Chore/readme update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Build the frontend
|
||||
FROM node:20 AS frontend-builder
|
||||
FROM node:24-slim AS frontend-builder
|
||||
WORKDIR /app
|
||||
COPY app/package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Lemma
|
||||
|
||||
 
|
||||
  
|
||||
|
||||
Yet another markdown editor. Work in progress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user