simpleLedger/docker-compose.yml
chris bc8998d57e refactor: Move inline JavaScript to a separate file
- Move all JavaScript code from index.html to app.js.

- Update index.html to include a script tag for app.js.
2025-11-05 20:04:43 -05:00

10 lines
150 B
YAML

version: '3.8'
services:
app:
build: .
ports:
- "3000:3000"
volumes:
- ./simpleledger.db:/usr/src/app/data/simpleledger.db