Skip to content

Commit

Permalink
add containerfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ang committed Jan 26, 2025
1 parent 3f34e0b commit f226672
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
bot:
build: .
build:
context: .
dockerfile: Containerfile
environment:
- TELEGRAM_TOKEN
- TEST_TELEGRAM_TOKEN
Expand Down

0 comments on commit f226672

Please sign in to comment.