mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-12 17:43:57 +00:00
BETTERZON-139: Fixing Codacy Error Prone Issues
This commit is contained in:
parent
3be39fad76
commit
f3f1cba9ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user