change layer order
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-03-09 17:40:59 +01:00
parent e8a8a9411e
commit 37b6d09df5
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ FROM python:3
WORKDIR /app
RUN pip3 install --no-cache-dir -r requirements.txt
COPY . ./
RUN pip3 install --no-cache-dir -r requirements.txt
CMD ["python3" "app.py"]