mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-13 15:24:35 +00:00
init base frontend
This commit is contained in:
parent
ade7f7e288
commit
cfa645120d
52 changed files with 19366 additions and 9 deletions
|
|
@ -29,8 +29,8 @@ RUN apk update && apk add --no-cache wget tzdata
|
|||
#Set TimeZone
|
||||
ENV TZ=America/New_York
|
||||
|
||||
#Set cron schedule (every day at 9:30am est)
|
||||
RUN echo '30 9 * * * /app/start.sh' > /etc/crontabs/root
|
||||
#Set cron schedule (every day at 11:30am est)
|
||||
RUN echo '30 11 * * * /app/start.sh' > /etc/crontabs/root
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue