fix: Resolve TypeScript type error and Docker warning
- Make createUser field required in FormData interface to match yup schema - Add explicit optional handling for username/password in yup schema - Fix Docker FROM casing warning (as -> AS) - Ensure TypeScript compilation passes without errors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build stage
|
||||
FROM node:20-alpine as builder
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user