fix: rm build platform condition

This commit is contained in:
Rohit Rajan
2025-12-04 11:25:21 +05:30
parent 6986ba0700
commit 710eabfd3e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:18-alpine AS builder
FROM node:18-alpine AS builder
WORKDIR /app