Skip to content

Commit

Permalink
Set node to 18.16.0
Browse files Browse the repository at this point in the history
Install typescript
  • Loading branch information
sducamp committed May 9, 2023
1 parent 352756c commit 3d240ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM node:10.14.1
FROM node:18.16.0

WORKDIR /app

RUN npm install -g gulp
RUN npm install -g node-gyp
RUN npm install -g typescript

CMD ["sh"]

0 comments on commit 3d240ed

Please sign in to comment.