Include shared server modules in runtime images
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 18s
Build and Deploy Gateway / deploy (push) Successful in 12s

This commit is contained in:
2026-07-11 19:02:27 +03:00
parent e81a48a5b1
commit 40f73ee98c
3 changed files with 10 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ WORKDIR /app
COPY --from=web-build /src/dist /app/dist
COPY package.json /app/package.json
COPY src/server /app/src/server
COPY src/shared /app/src/shared
COPY entrypoint.client.sh /entrypoint.client.sh
RUN chmod +x /entrypoint.client.sh \