Archived
some upd
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
FROM python:3.9-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y cron
|
||||
# RUN apt-get install -y cron
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
@@ -7,4 +10,6 @@ RUN pip install -r requirements.txt
|
||||
|
||||
COPY ./app .
|
||||
|
||||
RUN chmod +x install.sh
|
||||
|
||||
CMD ["./install.sh"]
|
||||
Reference in New Issue
Block a user