We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d307000 commit 61dfaa8Copy full SHA for 61dfaa8
1 file changed
bot/Dockerfile
@@ -47,13 +47,13 @@ COPY --from=builder /app/prisma ./prisma
47
48
# Create app directory structure and copy files
49
COPY api ./api
50
-COPY compliance-checks ./compliance-checks
51
COPY commands ./commands
+COPY compliance-checks ./compliance-checks
52
+COPY handlers ./handlers
53
COPY prisma ./prisma
54
COPY public ./public
55
COPY scripts ./scripts
56
COPY utils ./utils
-COPY commands ./commands
57
58
# Copy configuration files
59
COPY app.yml db.js main.js index.js ./
0 commit comments