Skip to content

Commit 9476b95

Browse files
authored
Merge pull request #56 from CMSgov/jimfuqian/BB2-Dependabot-version-bumps-combined
jimfuqian/BB2-nodejs-sample-bump-versions-and-cleanups
2 parents 2b12025 + 40e34e2 commit 9476b95

File tree

6 files changed

+2042
-1870
lines changed

6 files changed

+2042
-1870
lines changed

client/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ WORKDIR /client
88
COPY . .
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
1411
RUN node --version
1512
RUN yarn install
1613

client/yarn.lock

Lines changed: 2041 additions & 1860 deletions
Large diffs are not rendered by default.

docker-compose.selenium.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
server:
53
build:

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
server:
53
build:

selenium_tests/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM selenium/standalone-chrome-debug
22

3+
ENV PYDEVD_DISABLE_FILE_VALIDATION 1
34
ENV PYTHONUNBUFFERED 1
45
USER root
56
RUN apt-get update && apt-get install -yq python3.8 python3-pip

server/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ WORKDIR /server
88
COPY . .
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
1411
RUN node --version
1512
RUN yarn install
1613

0 commit comments

Comments
 (0)