Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Update README.md

Update README.md #217

Workflow file for this run

name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile