Skip to content

refactor(upload): 抽离上传本地服务器方法到utils里,可被单独调用 (#472) #1184

refactor(upload): 抽离上传本地服务器方法到utils里,可被单独调用 (#472)

refactor(upload): 抽离上传本地服务器方法到utils里,可被单独调用 (#472) #1184

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