mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-18 15:38:36 -05:00
docker fix
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user