forked from carrydela/Rs_blog_front
feature: add draft
This commit is contained in:
@@ -13,7 +13,7 @@ COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
# Pass API URL during build time (Next.js inlines this)
|
||||
ARG NEXT_PUBLIC_API_URL=0.0.0.0:8765
|
||||
ARG NEXT_PUBLIC_API_URL
|
||||
ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
||||
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user