Skip to content

Commit

Permalink
add typescript and grant permission dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendat1011 committed Jun 22, 2024
1 parent e9f8eb9 commit 2de51a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ WORKDIR /src/app
COPY ./package*.json .

RUN npm install
RUN npm i concurrently
RUN npm i stripe
RUN npm install -g typescript
RUN chmod a+x node_modules/.bin/tsc
RUN npm install concurrently
RUN npm install stripe

COPY . .

Expand Down

0 comments on commit 2de51a3

Please sign in to comment.