edwagbb commited on
Commit
318b649
·
1 Parent(s): a8878e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -O /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