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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Dec 11, 2018
1 parent 3e20f25 commit 60dfd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ services:
- "8000:8000" # open port to connect to VS Code headless
volumes:
- .:/app # volume share the code
command: /bin/sh -c "while :; do sleep 5000; done" # keep the container running
command: sleep infinity # keep the container running
redis:
image: "redis:alpine"
```
Expand Down

0 comments on commit 60dfd61

Please sign in to comment.