build: drop external Dockerfile frontend to avoid mirror pulls

This commit is contained in:
2026-08-15 13:30:38 +08:00
parent c7d2cb212c
commit ed2ec69628
4 changed files with 36 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
# syntax=docker/dockerfile:1
FROM node:22-alpine AS deps
WORKDIR /app
ENV NEXT_TELEMETRY_DISABLED=1