faster drone run
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-10-27 15:20:34 +01:00
parent 1ac9379013
commit 73ccc5b118
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
FROM python:3
ENV TZ Europe/Budapest
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /app
COPY requirements.txt ./