feature(tests): add unit tests

This commit is contained in:
2023-12-14 20:55:17 +00:00
parent d472dae69d
commit d213f1395d
12 changed files with 90 additions and 544 deletions

View File

@ -13,6 +13,6 @@ RUN mkdir -p /.local && \
COPY requirements.txt /run/requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
ENTRYPOINT ["python3", "-B", "-m", "webexmemebot.main"]
ENTRYPOINT ["python3", "-B", "-m", "app.main"]
COPY webexmemebot /run/webexmemebot
COPY app /run/app