Skip to content

Update php8.4 Dockerfile #5

Update php8.4 Dockerfile

Update php8.4 Dockerfile #5

Workflow file for this run

name: Run Docker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Docker
run: docker build -t apd .