Renamed stuff
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-12-10 23:08:58 +01:00
parent 3b5621278f
commit 2f5a4929a5
15 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
FROM python:3.9-slim
ADD birb_scheduler requirements.txt /birb_scheduler/
WORKDIR /birb_scheduler/
ADD birb_scheduler_teller requirements.txt /birb_scheduler_teller/
WORKDIR /birb_scheduler_teller/
ENV PIP_NO_CACHE_DIR=true
ENV TZ Europe/Budapest