Implement version checking and basic refactoring
All checks were successful
Build Docker Image / build (push) Successful in 27s
All checks were successful
Build Docker Image / build (push) Successful in 27s
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