💚 Update workflow for forgejo instance
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m15s

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-12-04 17:06:10 +01:00
parent 2c0141b609
commit 267a10a1cd
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 42 additions and 41 deletions

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
services:
web:
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- "4321:4321"