We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b82830 + 1e43e47 commit 1cdada3Copy full SHA for 1cdada3
backend/Dockerfile
@@ -6,7 +6,7 @@ COPY package*.json ./
6
RUN npm install --production
7
8
COPY . .
9
-
+RUN npm install -g typescript
10
RUN npm run build
11
12
EXPOSE 5000
0 commit comments