Testing/CI #21
@@ -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
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
FROM python:3.10
|
||||||
|
|
||||||
|
WORKDIR /opt/stroopwafel
|
||||||
|
|
||||||
|
COPY . ./
|
||||||
|
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
CMD python -m unittest tests
|
||||||
Reference in New Issue
Block a user