Skip to content

Update todos.Dockerfile #11

Update todos.Dockerfile

Update todos.Dockerfile #11

Workflow file for this run

name: Build Todos Api
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
name: "Build Dockerfile"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -f dockerfiles/todos.Dockerfile src