this repo has no description

add build config in docker compose

Changed files
+3
+3
compose.yaml
··· 1 1 services: 2 2 smallweb: 3 3 image: ghcr.io/pomdtr/smallweb:latest 4 + # build: 5 + # context: . 6 + # dockerfile: Dockerfile 4 7 init: true 5 8 container_name: smallweb 6 9 restart: unless-stopped