fix(docker): 添加api.airoport.co的主机映射到容器hosts文件
CI / build (20.15.1) (push) Failing after 22m40s

This commit is contained in:
2025-12-07 08:28:37 -08:00
parent 2e4540095b
commit 162f8fe040
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ COPY ./apps/user/public ./apps/user/public
# Change ownership to non-root user
RUN chown -R nextjs:nodejs /app
RUN echo "103.150.215.40 api.airoport.co" >> /etc/hosts
USER nextjs
# Disable Next.js telemetry