Skip to content

Use 8.1-alpine-v3.18-swoole as the default Dockerfile. #326

Use 8.1-alpine-v3.18-swoole as the default Dockerfile.

Use 8.1-alpine-v3.18-swoole as the default Dockerfile. #326

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@v2
- name: Build
run: docker build -t biz-skeleton .