Skip to content

feat(paths): allow path prefixing so it can be hosted on a dynamic su… #13

feat(paths): allow path prefixing so it can be hosted on a dynamic su…

feat(paths): allow path prefixing so it can be hosted on a dynamic su… #13

Workflow file for this run

name: Docker Image Build and Test
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build .