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

Actually, let's always pick the latest

Changed files
+2 -2
+2 -2
Dockerfile
···
FROM docker.io/library/alpine:3.19
WORKDIR /app
-
RUN apk add --no-cache php81
+
RUN apk add --no-cache php
COPY . /app
EXPOSE 8080
-
CMD [ "php81", "-S", "0.0.0.0:8080", "routing.php" ]
+
CMD [ "php", "-S", "0.0.0.0:8080", "routing.php" ]