Implement version checking and basic refactoring
This commit is contained in:
@@ -6,7 +6,7 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN crontab autopkg.cron
|
||||
RUN crontab docker/5autopkg
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD python main.py; crond -f
|
||||
|
||||
Reference in New Issue
Block a user