Public Access
1
0

fix: server.js location

This commit is contained in:
2025-09-01 17:16:33 -04:00
parent eab43fa45a
commit 8d11c9fef6
2 changed files with 2 additions and 2 deletions

View File

@@ -52,8 +52,8 @@ services:
- dev_network
# Use Node's built-in --watch mode instead of nodemon. It can be more
# stable inside Docker and avoids some of nodemon's complexities. The
# --inspect flag has been moved to the eleventy service.
command: node --watch src/server.js
# --inspect flag is attached to the 'eleventy' service for debugging.
command: node --watch server.js
networks:
dev_network: