mfoud444 commited on
Commit
93a7599
·
verified ·
1 Parent(s): 23d540c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -24,6 +24,8 @@ COPY . .
24
 
25
  # Build TypeScript
26
  #RUN npm run build
 
 
27
 
28
  # Expose port
29
  EXPOSE 7860
 
24
 
25
  # Build TypeScript
26
  #RUN npm run build
27
+ #Install dev dependencies required to run TypeScript directly
28
+ RUN npm install --save-dev ts-node nodemon @types/node typescript
29
 
30
  # Expose port
31
  EXPOSE 7860