You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ cd kos-base
29
29
As part of the repository we have an example environment file with a '.example' extension.
30
30
Create a copy of this file with the example extension removed.
31
31
32
-
'''shell
32
+
```shell
33
33
cp .env.example .env
34
-
'''
34
+
```
35
35
36
36
#### 2. Build Docker image
37
37
Files provided in the repository are pre-configured to build Kos from the application source code previously cloned in the last step. The Kos Docker image is built in steps. Once each step completes, it's stored in a cache for later to speed up following builds.
0 commit comments