Files
astro-website/docker-compose.yml
Santhosh Janardhanan af112a713c
Some checks failed
ci / site (push) Has been cancelled
Initial commit - but way too late.
2026-02-10 00:22:18 -05:00

9 lines
104 B
YAML

services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:80"