Skip to content

fix path and test docker build #3

fix path and test docker build

fix path and test docker build #3

Workflow file for this run

name: Build Docker Image for API
on:
push:
paths:
- 'apps/api/**'
pull_request:
paths:
- 'apps/api/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: |
cd apps/api
docker build .