Skip to content

ci: Fix the Dockerfile and build from CI #8

ci: Fix the Dockerfile and build from CI

ci: Fix the Dockerfile and build from CI #8

Workflow file for this run

name: Docker Build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- run: docker build --tag=canto-network/canto .
- run: docker run -it --volume --rm canto-network/canto