mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
Remove unused TARGETPLATFORM build arg
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -13,11 +13,10 @@ COPY . .
|
||||
# Build arguments for environment variables
|
||||
ARG NEXT_PUBLIC_FLASK_BACKEND_URL
|
||||
ARG NEXT_PUBLIC_BASE_PATH
|
||||
ARG TARGETPLATFORM
|
||||
ENV NEXT_PUBLIC_FLASK_BACKEND_URL=$NEXT_PUBLIC_FLASK_BACKEND_URL
|
||||
ENV NEXT_PUBLIC_BASE_PATH=$NEXT_PUBLIC_BASE_PATH
|
||||
|
||||
# Build Next.js app with platform-specific output dir to avoid conflicts
|
||||
# Build Next.js app
|
||||
RUN npm run build
|
||||
|
||||
# Production stage
|
||||
|
||||
Reference in New Issue
Block a user