Adds Dockerfile for easy testing

Moet up-to-date worden gehouden met drone. Maar emuleert een pull van de
repo met een .env file erin.
This commit is contained in:
2022-12-05 12:34:53 +01:00
parent a9de2ab753
commit fc532086bb
2 changed files with 24 additions and 0 deletions
+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