Skip to content

Commit e5ba8fb

Browse files
committed
review
1 parent e600b36 commit e5ba8fb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ _Note that no new features will be developed or backported for the `vX` branches
6969

7070
## Requirements
7171

72+
### Docker
73+
74+
If you don't want to install dependencies on your host machine, you can follow this [guide](http:s//github.com/algolia/algoliasearch-client-javascript/blob/master/DOCKER_README.MD) to run code inside a docker container but keep the source files on your favorite IDE.
75+
76+
### Host machine
77+
7278
To run this project, you will need:
7379

7480
- Node.js ≥ 12 (current stable version) – [nvm](https://github.com/creationix/nvm#install-script) is recommended

DOCKER_README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
In this page you will find our recommended way of installing Docker on your machine.
2-
This guide is made for OSX users.
2+
This guide is made for macOS users.
33

44
## Install docker
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile
2-
FROM node:10-alpine
2+
FROM node:12.16.2-alpine
33

44
# Install the dependencies in the parent folder so they don't get overriden by the bind mount
55
WORKDIR /

0 commit comments

Comments
 (0)