docker fix

This commit is contained in:
Alex Holliday
2026-01-27 21:26:27 +00:00
parent d48cdaca9c
commit 8dfedb8a52
+2 -2
View File
@@ -1,7 +1,7 @@
# ---------------------
# Frontend build stage
# ---------------------
FROM node:24-slim AS frontend-build
FROM node:20-slim AS frontend-build
@@ -20,7 +20,7 @@ RUN npm run build
# ---------------------
# Backend stage
# ---------------------
FROM node:24-slim AS backend
FROM node:20-slim AS backend
# Install ping
RUN apt-get update \