Testing/CI #21

Merged
jp merged 40 commits from testing into master 2022-12-11 16:27:22 +01:00
2 changed files with 24 additions and 0 deletions
Showing only changes of commit fc532086bb - Show all commits
+15
View File
@@ -0,0 +1,15 @@
__pycache__/
discord.py-rewrite/
tijd/
.vs/
test.png
UpgradeLog\.htm
markov_dict.npy
*.ini
Stroopwafel.sln
Stroopwafel.pyproj
*.txt
!requirements.txt
*.sh
*.npy
#.env
+9
View File
@@ -0,0 +1,9 @@
FROM python:3.10
WORKDIR /opt/stroopwafel
COPY . ./
RUN pip install -r requirements.txt
CMD python -m unittest tests