Skip to content

Commit

Permalink
fix: issue with typescript image
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Oct 16, 2023
1 parent 2b0fb11 commit 5068ec1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion typescript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ FROM totaldebug/debugbox:base
### ---------------
### Package install
### ---------------
USER root

RUN npm install --global yarn
RUN npm install --global yarn

USER debug

0 comments on commit 5068ec1

Please sign in to comment.