Skip to content

Commit

Permalink
Action update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jul 17, 2024
1 parent 1deac80 commit 1719234
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
context: .
push: true
tags: iwatkot/maps4fsbot:latest
file: ./Dockerfile_bot
file: ./docker/Dockerfile_bot
build-args: |
BOT_TOKEN=${{ secrets.BOT_TOKEN }}
2 changes: 1 addition & 1 deletion Dockerfile_bot → docker/Dockerfile_bot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /usr/src/app

COPY . .

RUN pip install -r bot_requirements.txt
RUN pip install -r docker/requirements_bot.txt

ENV PYTHONPATH .:${PYTHONPATH}
CMD ["python", "-u", "./bot/bot.py"]
File renamed without changes.

0 comments on commit 1719234

Please sign in to comment.