Skip to content

Commit

Permalink
chore: entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMeBrianD committed Dec 18, 2024
1 parent ed1a73c commit 76ac828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ case "$1" in
discord)
cd /app/clients/discord
cp /app/config.yaml /app/clients/discord/config.yaml
bun --preload /app/lib/src/tracing.ts /app/clients/discord/main.ts
bun --preload /app/lib/src/tracing.ts /app/clients/discord/src/main.ts
;;
service)
cd /app/services/$3
Expand Down

0 comments on commit 76ac828

Please sign in to comment.