File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 84
84
4 . If you are in a state that requires age verification, some of these checkers wont work.
85
85
86
86
### Update History
87
- - 10/11/2024
87
+ - 10/11/2024
88
+ - added workflow to auto make docker images. They are
89
+ - ghcr.io/bombg/sassbot: latest
90
+ - ghcr.io/bombg/sassbot: latest-arm
88
91
- Moving prints over to pythyon logging library
89
92
- Improved some exception handling
90
93
- Fixed file descriptor leak-- happened over a week ago but i'm confident it's gone now.
Original file line number Diff line number Diff line change 1
1
services :
2
2
sassbot :
3
- image : sassbot:latest
3
+ image : ghcr.io/bombg/ sassbot:latest # ghcr.io/bombg/sassbot:latest-arm for arm processors i.e. Raspberry Pi
4
4
volumes :
5
5
- /home/bombg/Repos/SassBot/Constants.py:/opt/SassBot/Constants.py
6
6
- /home/bombg/Repos/SassBot/secrets:/opt/SassBot/secrets
You can’t perform that action at this time.
0 commit comments