Archived
test
This commit is contained in:
+3
-1
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get install -y cron
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# anyway copy make pip install again
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
@@ -11,4 +13,4 @@ COPY ./app .
|
||||
|
||||
RUN chmod +x install.sh
|
||||
|
||||
CMD ["./install.sh"]
|
||||
CMD ["./install.sh"]
|
||||
|
||||
Reference in New Issue
Block a user