Skip to content

Commit 8993e7c

Browse files
authored
docs(docker): add .dockerignore, add build instructions (#299)
Signed-off-by: Denys Vitali <[email protected]>
1 parent 9cfbd56 commit 8993e7c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.dockerignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.git
2+
Dockerfile
3+
node_modules
4+
packages/

DEVELOPER_GUIDE.md

+9
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ $ yarn start
6464
When the server is up and ready, click on the link displayed in your terminal to
6565
access it.
6666

67+
### Building the Docker Image
68+
69+
To build the Docker image, run the following:
70+
71+
```
72+
yarn osd bootstrap
73+
yarn build --docker
74+
```
75+
6776
## General
6877

6978
### Filenames

0 commit comments

Comments
 (0)