Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
themrphantom committed Apr 29, 2024
1 parent 9620bc0 commit dbea0aa
Show file tree
Hide file tree
Showing 3 changed files with 3,231 additions and 637 deletions.
1 change: 0 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ENV PATH /app/node_modules/.bin:$PATH
# install app dependencies
COPY package.json ./
COPY package-lock.json ./
RUN npm cache verify
RUN npm install
RUN npm install react-scripts@3.4.1 -g
RUN npm install -g serve
Expand Down
Loading

0 comments on commit dbea0aa

Please sign in to comment.