Skip to content

Add Makefile command for building code (#201) #315

Add Makefile command for building code (#201)

Add Makefile command for building code (#201) #315

Workflow file for this run

name: docker
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docker image
run: make build-app
- name: Run docker container
run: make run