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