This commit is contained in:
Wolfgang Hottgenroth
2021-02-22 11:19:44 +01:00
parent 58c1333570
commit da6140f933
4 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ RUN \
echo "user: ${ADMINUSER}" >> /etc/aliases && \ echo "user: ${ADMINUSER}" >> /etc/aliases && \
newaliases newaliases
USER 1000:1000 # USER 1000:1000
WORKDIR ${APP_DIR} WORKDIR ${APP_DIR}
CMD [ "/usr/sbin/cron", "-f", "-L /dev/stdout" ] CMD [ "/usr/sbin/cron", "-f" ]

0
build.sh Normal file → Executable file
View File

0
monatliche-forderung-eintragen.py Normal file → Executable file
View File

0
monatliche-forderung-ueberwachen.py Normal file → Executable file
View File