Docker works now

This commit is contained in:
2025-02-27 12:28:50 -06:00
parent c010ea4ea7
commit 8ea7faf483
3 changed files with 10 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ services:
restart: unless-stopped
volumes:
- ../:/app # mount the parent directory to /app in the container
command: serve -s /app -l 5000
command: serve -s /app/dist -l 5000
networks:
node_apps: