Skip to content

Adds a production ready docker environment #1

Adds a production ready docker environment

Adds a production ready docker environment #1

Workflow file for this run

name: Docker Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
services:
steps:
- uses: actions/checkout@v4
- name: Build docker
run: docker build .
- name: Test docker compose
run: docker-compose up -d
- Check server is up
run: curl -s http://localhost:3000

Check failure on line 16 in .github/workflows/docker_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker_build.yml

Invalid workflow file

You have an error in your yaml syntax on line 16