Skip to content

Fixing readme formatting #20

Fixing readme formatting

Fixing readme formatting #20

Workflow file for this run

---
name: Build
on: [push]
jobs:
docker-build:
name: Docker Build
runs-on: Linux
steps:
- uses: actions/checkout@v2
- name: Build Docker Image
run: |
docker build -t dymo-cups .