mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-12-23 12:15:11 +00:00
Compare commits
3 Commits
3be39fad76
...
1fa69c334b
Author | SHA1 | Date | |
---|---|---|---|
1fa69c334b | |||
|
e760247866 | ||
f3f1cba9ea |
|
@ -1,10 +1,10 @@
|
||||||
# Base image
|
# Base image
|
||||||
FROM python
|
FROM python:3.9.5-buster
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user