init base frontend

This commit is contained in:
Anthony Mineo 2020-03-29 11:31:16 -04:00
parent ade7f7e288
commit cfa645120d
52 changed files with 19366 additions and 9 deletions

View file

@ -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