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
+2 -2
View File
@@ -1,10 +1,10 @@
# Base image
FROM python
FROM python:latest
# Create directories and copy files
RUN echo 'Creating directory and copying files'
RUN mkdir /crawler
ADD . /crawler
COPY . /crawler
WORKDIR /crawler
# Install dependencies