Skip to content

Commit

Permalink
docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tharoosha committed Oct 28, 2023
1 parent 9846763 commit 175b7bd
Show file tree
Hide file tree
Showing 2 changed files with 11,416 additions and 6,212 deletions.
5 changes: 4 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ WORKDIR /usr/src/app

COPY package*.json ./

# Clear npm cache
RUN npm cache clean -f

### Installing dependencies

RUN npm install --silent
RUN npm install

# copy local files to app folder
COPY . .
Expand Down
Loading

0 comments on commit 175b7bd

Please sign in to comment.