Huge changes: Sidebar, new UI
All checks were successful
pipeline / build-and-push-images (push) Successful in 42s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-11-27 12:42:19 +01:00
parent a4606edb33
commit 48d5687661
10 changed files with 361 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
FROM node:lts-alpine AS base
FROM node:current-alpine AS base
WORKDIR /app
FROM base AS build