Update Dockerfile
Browse files- 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
|