Time Zones Are Hard - https://tz.rita.moe

Fix docker build

Huh, no `php` symlink?

Changed files
+1 -1
+1 -1
Dockerfile
···
COPY . /app
EXPOSE 8080
-
CMD [ "php", "-S", "0.0.0.0:8080", "routing.php" ]
+
CMD [ "php81", "-S", "0.0.0.0:8080", "routing.php" ]