feat: Upgrade to TypeScript (#4)

This commit is contained in:
Eric Tuvesson
2024-01-23 16:42:43 +01:00
committed by GitHub
parent 072ec68777
commit 2170db7290
22 changed files with 1091 additions and 611 deletions

View File

@@ -5,11 +5,12 @@ FROM nikolaik/python-nodejs:python3.8-nodejs16
WORKDIR /usr/src/noodl-cloudservice
COPY ./packages/noodl-cloudservice .
RUN npm install
RUN npm run build
WORKDIR /usr/src/app
COPY packages/noodl-cloudservice-docker .
RUN npm install
RUN npm install --install-links
EXPOSE 3000