Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
keshav2010 committed Mar 8, 2024
1 parent 5ed3e59 commit 1cc72bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM node:18
WORKDIR /rtsApp
COPY package*.json ./
RUN npm cache clean --force
RUN npm install -g webpack
RUN npm install -g webpack-cli
RUN npm install -g webpack webpack-cli --force
RUN npm install -g tsx
RUN npm install
COPY . .
Expand Down

0 comments on commit 1cc72bd

Please sign in to comment.