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:
@@ -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