We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce925e commit 515d0bcCopy full SHA for 515d0bc
DOCKER-SAIL.md
@@ -2,11 +2,15 @@
2
3
# Clone the project
4
5
-`git clone https://github.com/daniel-cintra/modular-demo.git && cd modular-demo`
+```bash
6
+git clone https://github.com/daniel-cintra/modular-demo.git && cd modular-demo`
7
+```
8
9
# Create the .env file
10
-`mv .env.example .env`
11
12
+mv .env.example .env
13
14
15
# Install the dependencies
16
@@ -32,11 +36,15 @@ docker run --rm \
32
36
33
37
# Start sail
34
38
35
-`./vendor/bin/sail up -d`
39
40
+./vendor/bin/sail up -d
41
42
43
# SSH into the container
44
-`./vendor/bin/sail shell`
45
46
+./vendor/bin/sail shell
47
48
49
# Follow the install instructions normally
50
0 commit comments