| FROM php:8.0-apache | |
| RUN curl -o /typecho.zip https://github.com/typecho/typecho/releases/latest/download/typecho.zip | |
| RUN sed -i 's/:80/:7860/g' /etc/apache2/sites-enabled/000-default.conf | |
| RUN service apache2 restart | |
| RUN cat /etc/apache2/sites-enabled/000-default.conf |