File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ docker run -it --rm --env ALGOLIA_APPLICATION_ID_1 \
28
28
--env ALGOLIA_ADMIN_KEY_1 \
29
29
--env ALGOLIA_SEARCH_KEY_1 \
30
30
--env ALGOLIA_APPLICATION_ID_2 \
31
- --env ALGOLIA_ADMIN_KEY_2
31
+ --env ALGOLIA_ADMIN_KEY_2 \
32
32
--env ALGOLIA_APPLICATION_ID_MCM \
33
33
--env ALGOLIA_ADMIN_KEY_MCM \
34
34
-v $PWD :/app -v /app/node_modules -w /app algolia-js bash
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM $NODE_IMAGE
6
6
# Install the dependencies in the parent folder so they don't get overriden by the bind mount
7
7
WORKDIR /
8
8
9
- # Needed to compile some npm packages
9
+ # We need to install some dependencies for bundlesize (https://github.com/siddharthkp/bundlesize/pull/370)
10
10
RUN apk add --no-cache bash python3 make g++
11
11
12
12
COPY package.json yarn.lock ./
You can’t perform that action at this time.
0 commit comments