We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cdada3 + 4a7befb commit fc1b939Copy full SHA for fc1b939
1 file changed
backend/Dockerfile
@@ -6,6 +6,7 @@ COPY package*.json ./
6
RUN npm install --production
7
8
COPY . .
9
+RUN npm install --save-dev @types/express
10
RUN npm install -g typescript
11
RUN npm run build
12
0 commit comments