Skip to content

Commit

Permalink
Better structure for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
hibobmaster committed Sep 13, 2023
1 parent fc16e2e commit 2f319d5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ COPY . /app

FROM runner
WORKDIR /app
CMD ["python", "bot.py"]
CMD ["python", "src/bot.py"]
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
app:
image: ghcr.io/hibobmaster/matrix-stt-bot:latest
container_name: matrix-stt-bot
restart: always
restart: unless-stopped
# build:
# context: .
# dockerfile: ./Dockerfile
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2f319d5

Please sign in to comment.