automate node version
All checks were successful
Deploy to Server / deploy (push) Successful in 1m26s
All checks were successful
Deploy to Server / deploy (push) Successful in 1m26s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user