Testing/CI #21

Merged
jp merged 40 commits from testing into master 2022-12-11 16:27:22 +01:00
Showing only changes of commit ba5958fb77 - Show all commits
+4 -1
View File
@@ -2,8 +2,11 @@ FROM python:3.10
WORKDIR /opt/stroopwafel WORKDIR /opt/stroopwafel
COPY . ./ # Do the requirements first for better caching
COPY requirements.txt .
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
COPY . ./
CMD python -m unittest tests CMD python -m unittest tests