mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-03 10:30:11 +00:00
BETTERZON-139: Fixing Codacy Error Prone Issues
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user