Skip to content

refactor(iframe): 优化 iframe 在tab页关闭和刷新时重新加载iframe页面。 (#478) #1199

refactor(iframe): 优化 iframe 在tab页关闭和刷新时重新加载iframe页面。 (#478)

refactor(iframe): 优化 iframe 在tab页关闭和刷新时重新加载iframe页面。 (#478) #1199

Workflow file for this run

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