Docker + Readme

This commit is contained in:
2026-03-25 20:09:21 -05:00
parent 8f2f897184
commit 16498f564d
5 changed files with 31 additions and 304 deletions

View File

@@ -1,9 +1,9 @@
services:
web:
bayarea-site:
build:
context: .
dockerfile: Dockerfile
image: bay-area-affiliates:latest
container_name: bayarea-site
restart: unless-stopped
ports:
- "127.0.0.1:8080:80"