chore: 修复前端dockerfile启动时API_BASE丢失问题
This commit is contained in:
@@ -21,5 +21,7 @@ COPY --from=builder /app/.next ./.next
|
||||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/next.config.ts ./
|
||||
|
||||
ENV API_BASE=$API_BASE
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["pnpm", "start"]
|
||||
Reference in New Issue
Block a user