Merge pull request #76 from Mueller-Patrick/BETTERZON-139

BETTERZON-139: Fixing Codacy Error Prone Issues
This commit is contained in:
Patrick 2021-06-06 22:41:31 +02:00 committed by GitHub
commit e760247866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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