File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ WORKDIR /client
88COPY . .
99
1010# 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
1411RUN node --version
1512RUN yarn install
1613
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- version : ' 3'
2-
31services :
42 server :
53 build :
Original file line number Diff line number Diff line change 1- version : ' 3'
2-
31services :
42 server :
53 build :
Original file line number Diff line number Diff line change 11FROM selenium/standalone-chrome-debug
22
3+ ENV PYDEVD_DISABLE_FILE_VALIDATION 1
34ENV PYTHONUNBUFFERED 1
45USER root
56RUN apt-get update && apt-get install -yq python3.8 python3-pip
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ WORKDIR /server
88COPY . .
99
1010# 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
1411RUN node --version
1512RUN yarn install
1613
You can’t perform that action at this time.
0 commit comments