fix: server.js location
This commit is contained in:
@@ -52,8 +52,8 @@ services:
|
|||||||
- dev_network
|
- dev_network
|
||||||
# Use Node's built-in --watch mode instead of nodemon. It can be more
|
# 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
|
# stable inside Docker and avoids some of nodemon's complexities. The
|
||||||
# --inspect flag has been moved to the eleventy service.
|
# --inspect flag is attached to the 'eleventy' service for debugging.
|
||||||
command: node --watch src/server.js
|
command: node --watch server.js
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
dev_network:
|
dev_network:
|
||||||
|
Reference in New Issue
Block a user