We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdce7a4 commit 1e43e47Copy full SHA for 1e43e47
1 file changed
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