finalized routes

This commit is contained in:
Alex
2025-03-01 09:56:38 +01:00
parent 309e3a9d1e
commit 91787b616e
8 changed files with 26 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
FROM node:latest-alpine AS deploy-node
FROM node:23-alpine AS deploy-node
WORKDIR /app