Skip to content

Commit

Permalink
force install webpack-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
keshav2010 committed Mar 7, 2024
1 parent 253eaf6 commit a597b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:18
WORKDIR /rtsApp
COPY package*.json ./
RUN npm install -D -f webpack-cli
RUN npm install
RUN npm install -g tsx
RUN npm install -g webpack
RUN npm install -D webpack-cli
COPY . .
EXPOSE 3000
CMD ["npm", "run", "deploy"]

0 comments on commit a597b6f

Please sign in to comment.