Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -2,4 +2,5 @@ FROM php:8.0-apache
|
|
| 2 |
|
| 3 |
RUN curl -o /typecho.zip https://github.com/typecho/typecho/releases/latest/download/typecho.zip
|
| 4 |
RUN sed -i 's/:80/:7860/g' /etc/apache2/sites-enabled/000-default.conf
|
|
|
|
| 5 |
RUN cat /etc/apache2/sites-enabled/000-default.conf
|
|
|
|
| 2 |
|
| 3 |
RUN curl -o /typecho.zip https://github.com/typecho/typecho/releases/latest/download/typecho.zip
|
| 4 |
RUN sed -i 's/:80/:7860/g' /etc/apache2/sites-enabled/000-default.conf
|
| 5 |
+
RUN service apache2 restart
|
| 6 |
RUN cat /etc/apache2/sites-enabled/000-default.conf
|