Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Kopylov committed Feb 6, 2024
1 parent 76c8c0e commit dc4bdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
# command: ["python", "-m", "sqlite3", "${SQLITE_DB_FILE_PATH}", "<", "database/init.sql"]
command: >
sh -c "python -m sqlite3 ${SQLITE_DB_FILE_PATH} < database/init.sql .quit &&
python -m bot"
python -m src/__main__.py"
restart: always

sqlitebrowser:
Expand Down

0 comments on commit dc4bdf1

Please sign in to comment.