Skip to content

Update flasgger requirement from ~=0.9.4 to ~=0.9.7 in /frontend #57

Update flasgger requirement from ~=0.9.4 to ~=0.9.7 in /frontend

Update flasgger requirement from ~=0.9.4 to ~=0.9.7 in /frontend #57

Workflow file for this run

name: "Docker build"
on: push
jobs:
build-frontend:
name: "🚀 Build frontend image"
runs-on: ubuntu-18.04
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
- name: "🚀 Build Docker image"
uses: docker/build-push-action@v1
with:
path: frontend
push: false
build-backend:
name: "🚀 Build backend image"
runs-on: ubuntu-18.04
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
- name: "🚀 Build Docker image"
uses: docker/build-push-action@v1
with:
path: backend
push: false