docs: update Dockerfile
This commit is contained in:
parent
5f311445a8
commit
24a1899cdb
@ -2,7 +2,7 @@
|
|||||||
title: 我的Dockerfile
|
title: 我的Dockerfile
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2024-01-08T06:13:29.161Z
|
date: 2024-01-08T12:44:18.611Z
|
||||||
tags: docker, 技术, code, 代码
|
tags: docker, 技术, code, 代码
|
||||||
editor: ckeditor
|
editor: ckeditor
|
||||||
dateCreated: 2023-04-03T09:10:22.169Z
|
dateCreated: 2023-04-03T09:10:22.169Z
|
||||||
@ -25,8 +25,9 @@ RUN npm install -g hexo-cli \
|
|||||||
CMD cd ocer-world \
|
CMD cd ocer-world \
|
||||||
&& git pull \
|
&& git pull \
|
||||||
&& cd land \
|
&& cd land \
|
||||||
&& npm install \
|
&& hexo clean \
|
||||||
&& hexo server -p 5000</code></pre>
|
&& hexo g \
|
||||||
|
&& hexo server -p 5000 -s</code></pre>
|
||||||
<h1>imageAve</h1>
|
<h1>imageAve</h1>
|
||||||
<pre><code class="language-plaintext">FROM golang:latest
|
<pre><code class="language-plaintext">FROM golang:latest
|
||||||
RUN git clone https://gitea.ocer.cc/overcast404/imageAve.git \
|
RUN git clone https://gitea.ocer.cc/overcast404/imageAve.git \
|
||||||
|
Loading…
Reference in New Issue
Block a user