Skip to content

Commit

Permalink
Fix bot image
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Sep 30, 2024
1 parent 1f8e913 commit f996927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ CMD [ "dart", "run", "bin/running_on_dart.dart" ]

FROM build as prod

RUN dart run nyxx_commands:compile bin/running_on_dart.dart -o bot.exe
RUN dart run nyxx_commands:compile bin/running_on_dart.dart -o bot

CMD [ "./bot.exe" ]
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
running_on_dart:
build:
Expand Down

0 comments on commit f996927

Please sign in to comment.