Skip to content

Commit 99d0b63

Browse files
fix: use /api/slack path in dokploy cron command
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f7834e7 commit 99d0b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dokploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apps:
3939
cronExpression: "0 9 * * 1-5"
4040
command: >-
4141
python -c "import httpx;
42-
httpx.post('http://localhost:3000/slack',
42+
httpx.post('http://localhost:3000/api/slack',
4343
params={'channel_name': 'okc-metro'})"
4444
shellType: bash
4545
timezone: America/Chicago

0 commit comments

Comments
 (0)