docs: update Dockerfile

This commit is contained in:
吴阴天 2024-01-08 14:00:48 +00:00 committed by wikijs
parent 24a1899cdb
commit dfdd67b3ae

View File

@ -2,7 +2,7 @@
title: 我的Dockerfile
description:
published: true
date: 2024-01-08T12:44:18.611Z
date: 2024-01-08T14:00:47.116Z
tags: docker, 技术, code, 代码
editor: ckeditor
dateCreated: 2023-04-03T09:10:22.169Z
@ -27,7 +27,7 @@ CMD cd ocer-world \
&& cd land \
&& hexo clean \
&& hexo g \
&amp;&amp; hexo server -p 5000 -s</code></pre>
&amp;&amp; hexo server -sp 5000</code></pre>
<h1>imageAve</h1>
<pre><code class="language-plaintext">FROM golang:latest
RUN git clone https://gitea.ocer.cc/overcast404/imageAve.git \