This commit is contained in:
Dmitry 2026-01-10 02:49:45 +03:00
parent 96c7a19ddc
commit 138aad77fe

View file

@ -1,6 +1,6 @@
# Multi-stage build для статического сайта
# Stage 1: Build
FROM node:18-alpine AS builder
FROM node:20-alpine AS builder
WORKDIR /app