Skip to content

Add AltStore installation instructions. #11

Add AltStore installation instructions.

Add AltStore installation instructions. #11

name: docker compose up -d --build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build container image
run: docker compose up -d --build