mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 21:35:19 +00:00
refactor: Migrate bot core and modules from talia_bot to bot directory, update start_bot.sh and Dockerfile, and modify README.md.
This commit is contained in:
@@ -8,8 +8,8 @@ WORKDIR /talia_bot
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
# Copy app code
|
||||
COPY talia_bot/ .
|
||||
# Copy the package contents
|
||||
COPY bot bot
|
||||
|
||||
# Run the bot
|
||||
CMD ["python", "main.py"]
|
||||
# Run the bot via the package entrypoint
|
||||
CMD ["python", "-m", "bot.main"]
|
||||
|
||||
Reference in New Issue
Block a user