Fixed my cp fuckup.

This commit is contained in:
AdamT20054
2025-09-21 04:30:54 +01:00
parent d7460068d7
commit cc9f0af1ac

View File

@@ -11,7 +11,6 @@ RUN npm install -g prisma
COPY backend/ .
# Copy agents folder from project root
COPY agents/ ./agents
RUN npx prisma generate