Skip to content

More work on the front pages, add robots.txt #24

More work on the front pages, add robots.txt

More work on the front pages, add robots.txt #24

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
paths:
- 'src/**'
- 'etc/**'
pull_request:
branches: [ "main" ]
paths:
- 'src/**'
- 'etc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag exchange-orderbook:$(date +%s)