Skip to content

Update step in laravel workflow #114

Update step in laravel workflow

Update step in laravel workflow #114

Workflow file for this run

name: Docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cp .env.example .env
- name: Docker compose build
run: docker-compose build