Skip to content

Commit

Permalink
docs(docker): add .dockerignore, add build instructions (#299)
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Vitali <[email protected]>
  • Loading branch information
denysvitali authored Aug 22, 2021
1 parent 9cfbd56 commit 8993e7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.git
Dockerfile
node_modules
packages/
9 changes: 9 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ $ yarn start
When the server is up and ready, click on the link displayed in your terminal to
access it.

### Building the Docker Image

To build the Docker image, run the following:

```
yarn osd bootstrap
yarn build --docker
```

## General

### Filenames
Expand Down

0 comments on commit 8993e7c

Please sign in to comment.