Skip to content

Add migrations/ directory and dev.db to .gitignore, and update backen… #22

Add migrations/ directory and dev.db to .gitignore, and update backen…

Add migrations/ directory and dev.db to .gitignore, and update backen… #22

Workflow file for this run

name : Docker compose build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build docker
run: docker-compose up -d