Skip to content

Update Dockerfile

Update Dockerfile #38

Workflow file for this run

name: Presubmit Checks
on:
pull_request:
branches: [ main ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: docker build .