Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
FROM php:8.0-apache
|
| 2 |
|
| 3 |
-
RUN curl 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
|