Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,4 +5,4 @@ RUN apt-get update && apt-get install -y
|
|
5 |
RUN git clone https://github.com/Mihaiii/TimeStampBuddy.git
|
6 |
RUN cd TimeStampBuddy && pip install -r requirements.txt
|
7 |
|
8 |
-
|
|
|
5 |
RUN git clone https://github.com/Mihaiii/TimeStampBuddy.git
|
6 |
RUN cd TimeStampBuddy && pip install -r requirements.txt
|
7 |
|
8 |
+
ENTRYPOINT ["python3", "cron_processor.py"]
|