Skip to content

Commit 61dfaa8

Browse files
committed
fix: 🐛 Update Docker build file for bot
1 parent d307000 commit 61dfaa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ COPY --from=builder /app/prisma ./prisma
4747

4848
# Create app directory structure and copy files
4949
COPY api ./api
50-
COPY compliance-checks ./compliance-checks
5150
COPY commands ./commands
51+
COPY compliance-checks ./compliance-checks
52+
COPY handlers ./handlers
5253
COPY prisma ./prisma
5354
COPY public ./public
5455
COPY scripts ./scripts
5556
COPY utils ./utils
56-
COPY commands ./commands
5757

5858
# Copy configuration files
5959
COPY app.yml db.js main.js index.js ./

0 commit comments

Comments
 (0)