Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Keep the service container alive so that users can start it by F5
Browse files Browse the repository at this point in the history
  • Loading branch information
egamma committed Dec 6, 2018
1 parent 1b0a257 commit 2a4a555
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose-test/docker-compose.develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
- "8000:8000"
volumes:
- .:/app
## TO DO define command so that the app is started under the debugger
#command: node --inspect index.js
command: /bin/sh -c "while :; do sleep 5000; done"
redis:
image: "redis:alpine"

0 comments on commit 2a4a555

Please sign in to comment.