Skip to content

Commit

Permalink
Merge pull request #56 from CMSgov/jimfuqian/BB2-Dependabot-version-b…
Browse files Browse the repository at this point in the history
…umps-combined

jimfuqian/BB2-nodejs-sample-bump-versions-and-cleanups
  • Loading branch information
JFU-NAVA-PBC authored Jul 10, 2024
2 parents 2b12025 + 40e34e2 commit 9476b95
Show file tree
Hide file tree
Showing 6 changed files with 2,042 additions and 1,870 deletions.
3 changes: 0 additions & 3 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ WORKDIR /client
COPY . .

# In case machine is Mac M1 chip
RUN apt-get update
RUN apt-get install python3 -y
RUN apt-get install python3-pip -y
RUN node --version
RUN yarn install

Expand Down
3,901 changes: 2,041 additions & 1,860 deletions client/yarn.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docker-compose.selenium.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
server:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
server:
build:
Expand Down
1 change: 1 addition & 0 deletions selenium_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM selenium/standalone-chrome-debug

ENV PYDEVD_DISABLE_FILE_VALIDATION 1
ENV PYTHONUNBUFFERED 1
USER root
RUN apt-get update && apt-get install -yq python3.8 python3-pip
Expand Down
3 changes: 0 additions & 3 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ WORKDIR /server
COPY . .

# In case machine is Mac M1 chip
RUN apt-get update
RUN apt-get install python3 -y
RUN apt-get install python3-pip -y
RUN node --version
RUN yarn install

Expand Down

0 comments on commit 9476b95

Please sign in to comment.