docs: update Dockerfile

This commit is contained in:
吴阴天 2024-01-08 12:44:20 +00:00 committed by wikijs
parent 5f311445a8
commit 24a1899cdb

View File

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