Skip to content

Commit

Permalink
Merge pull request athphane#79 from shihaamabr/master
Browse files Browse the repository at this point in the history
deleted setup script
  • Loading branch information
athphane authored Oct 4, 2023
2 parents 15dde37 + c7561c5 commit 13cac84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
2 changes: 0 additions & 2 deletions .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ WORKDIR /root/userbot

COPY --from=build /root/userbot .
COPY --from=build /usr/local /usr/local
RUN cp -v setup /usr/local/bin/setup \
&& chmod +x /usr/local/bin/setup

CMD python -m userbot
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
```
- First run:
```bash
docker compose run userbot setup
docker compose run --rm userbot python -m userbot
```
- Configure userbot and stop container **CTRL+C**
- Run the container again de-attached:
Expand Down
59 changes: 0 additions & 59 deletions setup

This file was deleted.

0 comments on commit 13cac84

Please sign in to comment.