Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 86aa274

Browse files
authored
rm linebreaks (#44)
1 parent 3619d08 commit 86aa274

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

dockerfiles/bash/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ Thanks to the [mads-hartmann/bash-language-server](https://github.com/mads-hartm
1717
1. Run the `sourcegarph/server` Docker image:
1818

1919
```shell
20-
docker run \
21-
--publish 7080:7080 \
22-
--rm \
23-
--network=lsp \
24-
--name=sourcegraph
25-
--volume ~/.sourcegraph/config:/etc/sourcegraph \
26-
--volume ~/.sourcegraph/data:/var/opt/sourcegraph \
27-
sourcegraph/server:2.7.6
20+
docker run --publish 7080:7080 --rm --network=lsp --name=sourcegraph --volume ~/.sourcegraph/config:/etc/sourcegraph --volume ~/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:2.7.6
2821
```
2922

3023
2. Run the experimental Bash language server:

0 commit comments

Comments
 (0)