add src and generated dirs
Some checks failed
ci / build (push) Successful in 44m5s
ci / test (push) Failing after 2m13s

This commit is contained in:
CJ_Clippy 2025-09-25 02:18:11 -08:00
parent 7f8a029750
commit 71ca320a19
2 changed files with 4 additions and 2 deletions

View File

@ -97,6 +97,8 @@ COPY --from=builder /app/dist ./dist
COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/prisma ./prisma COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/generated ./generated
COPY --from=builder /app/src ./src
COPY --from=pystuff /app/venv /app/venv COPY --from=pystuff /app/venv /app/venv
# Expose the port # Expose the port

View File

@ -1,7 +1,7 @@
{ {
"name": "futureporn-our", "name": "futureporn-our",
"private": true, "private": true,
"version": "2.8.4", "version": "2.8.6",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale", "dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",