icon-sheet-splitter / docker-compose.yml
claude[bot]
Add Docker environment for index.html
7b2c18a unverified
raw
history blame contribute delete
393 Bytes
version: '3.8'
services:
icon-sheet-splitter:
build: .
ports:
- "8080:80"
container_name: icon-sheet-splitter-app
restart: unless-stopped
volumes:
# Optional: Mount local files for development
- ./index.html:/usr/share/nginx/html/index.html:ro
- ./assets:/usr/share/nginx/html/assets:ro
networks:
default:
name: icon-sheet-splitter-network