BETTERZON-139: Fixing Codacy Error Prone Issues

This commit is contained in:
Patrick Müller 2021-06-06 22:38:28 +02:00
parent 3be39fad76
commit f3f1cba9ea

View File

@ -1,10 +1,10 @@
# Base image # Base image
FROM python FROM python:latest
# Create directories and copy files # Create directories and copy files
RUN echo 'Creating directory and copying files' RUN echo 'Creating directory and copying files'
RUN mkdir /crawler RUN mkdir /crawler
ADD . /crawler COPY . /crawler
WORKDIR /crawler WORKDIR /crawler
# Install dependencies # Install dependencies