Fix TypeScript

This commit is contained in:
2025-10-02 20:48:19 +03:00
Unverified
parent 355283c668
commit 9e3449d07d
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -21,12 +21,12 @@ COPY deployment/frontend/package.json .
RUN --mount=type=cache,target=/root/.npm \
npm install
# 2.2. Build
RUN npm run build
# 2.2. Copy the code
COPY deployment/frontend/ .
# 2.3. Build
RUN npm run build
# 3. Put it all together
FROM node:24-slim