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