CI
Some checks failed
CI / Check typos (push) Successful in 11s
CI / Check links (push) Successful in 15s
CI / Clippy (push) Failing after 1m6s
CI / Check version (push) Has been skipped
CI / Build, test, upload (push) Has been skipped
CI / Build and push Docker image (push) Has been skipped

This commit is contained in:
2025-11-03 22:06:09 -08:00
parent a783ad264c
commit c6a2833687
4 changed files with 238 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
betalupi:
container_name: betalupi
restart: unless-stopped
image: betalupi-webpage
command: 'webpage serve 0.0.0.0:3000'
# host:container
ports:
- '8256:8256'