Skip to content

Update the dockerfile to build on mac via docker #18

Update the dockerfile to build on mac via docker

Update the dockerfile to build on mac via docker #18

name: Build Docker image.
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile