Updated image to node:lts-alpine

This commit is contained in:
Eric Gullickson
2025-12-20 12:16:58 -06:00
parent 065fed8d98
commit 513df9c027
4 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ services:
context: ./frontend
dockerfile: Dockerfile
cache_from:
- node:20-alpine
- node:lts-alpine
- nginx:alpine
args:
VITE_AUTH0_DOMAIN: ${VITE_AUTH0_DOMAIN:-motovaultpro.us.auth0.com}
@@ -89,7 +89,7 @@ services:
context: ./backend
dockerfile: Dockerfile
cache_from:
- node:20-alpine
- node:lts-alpine
container_name: mvp-backend
restart: unless-stopped
environment: