automate node version
All checks were successful
Deploy to Server / deploy (push) Successful in 1m26s

This commit is contained in:
2026-04-24 18:30:10 -05:00
parent 24d126eeb9
commit de2d90f265
9 changed files with 9352 additions and 13 deletions

View File

@@ -22,6 +22,8 @@ services:
build:
context: .
dockerfile: Dockerfile.backend
args:
- NODE_VERSION=${NODE_VERSION:-25-alpine}
restart: unless-stopped
# Reads all vars from server/.env, then overrides the two that differ in Docker
env_file: ./server/.env
@@ -43,6 +45,8 @@ services:
build:
context: .
dockerfile: Dockerfile.frontend
args:
- NODE_VERSION=${NODE_VERSION:-25-alpine}
restart: unless-stopped
ports:
- "5173:5173"