Skip to content

Add env file

Add env file #3

Workflow file for this run

name: Build & test
on: [push]
jobs:
build:
name: Build stack
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
cp .env-example .env
docker compose up --build