🐛 I... just want the build work so I can go to sleep...

This commit is contained in:
2025-07-20 03:15:14 +08:00
parent 7ce41e06a7
commit bedb9f81f1
2 changed files with 7 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ COPY ["DysonNetwork.Pass/Client/package.json", "DysonNetwork.Pass/Client/package
# Install SPA dependencies
WORKDIR /src/Client
RUN npm ci
RUN npm install
# Copy SPA source
COPY ["DysonNetwork.Pass/Client/", "./"]