Skip to content

refactor: update development configurations in docker-compose #20

refactor: update development configurations in docker-compose

refactor: update development configurations in docker-compose #20

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)