Skip to content

Commit 5553f3d

Browse files
committed
review
1 parent b76f9f6 commit 5553f3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DOCKER_README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker run -it --rm --env ALGOLIA_APPLICATION_ID_1 \
2828
--env ALGOLIA_ADMIN_KEY_1 \
2929
--env ALGOLIA_SEARCH_KEY_1 \
3030
--env ALGOLIA_APPLICATION_ID_2 \
31-
--env ALGOLIA_ADMIN_KEY_2
31+
--env ALGOLIA_ADMIN_KEY_2 \
3232
--env ALGOLIA_APPLICATION_ID_MCM \
3333
--env ALGOLIA_ADMIN_KEY_MCM \
3434
-v $PWD:/app -v /app/node_modules -w /app algolia-js bash

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM $NODE_IMAGE
66
# Install the dependencies in the parent folder so they don't get overriden by the bind mount
77
WORKDIR /
88

9-
# Needed to compile some npm packages
9+
# We need to install some dependencies for bundlesize (https://github.com/siddharthkp/bundlesize/pull/370)
1010
RUN apk add --no-cache bash python3 make g++
1111

1212
COPY package.json yarn.lock ./

0 commit comments

Comments
 (0)