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 190b3ca commit c70d3ea
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:
entrypoint: ["/bin/sh", "-c"]
command:
- |
python -m sqlite3 &{SQLITE_DB_FILE_PATH} < src/sql/init.sql &&
python -m sqlite3 ${SQLITE_DB_FILE_PATH} < src/sql/init.sql &&
python src/__main__.py
# restart: always

Expand Down

0 comments on commit c70d3ea

Please sign in to comment.