Spaces:
Runtime error
Runtime error
File size: 393 Bytes
7b2c18a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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 |