Skip to content

Fix: is_in_container函数现在能更好的检测是否在容器中 #515

Fix: is_in_container函数现在能更好的检测是否在容器中

Fix: is_in_container函数现在能更好的检测是否在容器中 #515

Workflow file for this run

name: Build Docker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: docker build -t hyperf .
- name: docker-compose
run:
docker-compose up -d