Skip to content

Commit 4e754e0

Browse files
authored
BB2-2899 Change Dockerfile for M1 chip machines (#58)
1 parent d3a1d57 commit 4e754e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ WORKDIR /client
77

88
COPY . .
99

10+
# In case machine is Mac M1 chip
11+
RUN apt-get update
12+
RUN apt-get install python3 -y
13+
RUN apt-get install python3-pip -y
14+
1015
RUN yarn install
1116

1217
EXPOSE 3000

0 commit comments

Comments
 (0)