Maurice
Results
3
comments of
Maurice
I've got it working by modifying the crontab: `* * * * * python3 /app/hello.py > /var/log/cron.log 2>/var/log/cron.log` and add this to the Dockerfile (before the CMD): `RUN ln -sf...
There is some code in scss file which makes the scrollbar inivisble for webkit browsers: ``` &::-webkit-scrollbar { width: 0.1em; } ``` In the dist css you can remove this...