Update Dockerfile.windows
Some checks failed
Deploy / publish-windows (push) Failing after 9m54s

This commit is contained in:
2025-12-23 23:43:14 +06:00
parent b33a896117
commit 3f6f3b739e

View File

@@ -1,5 +1,5 @@
# === Build ===
FROM node:lts as builder
FROM node:lts AS builder
WORKDIR /app