Skip to content

Commit

Permalink
grant permission to execute tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendat1011 committed Jun 22, 2024
1 parent 3fae378 commit 98ff6a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ WORKDIR /src/app
COPY ./package*.json .

RUN npm install
RUN chmod a+x node_modules/.bin/tsc


COPY . .

Expand Down

0 comments on commit 98ff6a5

Please sign in to comment.