We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a819371 commit 8d579d3Copy full SHA for 8d579d3
1 file changed
Dockerfile
@@ -15,7 +15,7 @@ RUN npm run build
15
FROM node:22.2.0 as server-builder
16
WORKDIR /app/server
17
COPY server/package*.json ./
18
-5t2f y<RUN npm install
+RUN npm install
19
RUN npm install typescript
20
COPY server/ .
21
RUN npm run build
0 commit comments