Skip to content

feat: support bun

feat: support bun #715

Workflow file for this run

name: Docker
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare environment
run: echo "DEBUG=1" > .env.docker
- name: Build the Docker image
run: docker build . --file Dockerfile --tag sudobot:$(date +%s)