feat: add build platform for frontend

This commit is contained in:
RohitR311
2025-01-12 20:14:28 +05:30
parent 56e2cedb73
commit 9664da0cb7

View File

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