docs: update Dockerfile

This commit is contained in:
吴阴天 2024-01-23 03:09:38 +00:00 committed by wikijs
parent 074e97795b
commit 9ed0c2e1f0

View File

@ -2,7 +2,7 @@
title: 我的Dockerfile title: 我的Dockerfile
description: description:
published: true published: true
date: 2024-01-23T03:02:08.116Z date: 2024-01-23T03:09:37.075Z
tags: docker, 技术, code, 代码 tags: docker, 技术, code, 代码
editor: ckeditor editor: ckeditor
dateCreated: 2023-04-03T09:10:22.169Z dateCreated: 2023-04-03T09:10:22.169Z
@ -16,25 +16,6 @@ RUN apt-get update \
&& npm install -g n \ && npm install -g n \
&& n latest \ && n latest \
&amp;&amp; npm install -g yarn \</code></pre> &amp;&amp; npm install -g yarn \</code></pre>
<h1>ocer-world</h1>
<p>&nbsp;</p>
<pre><code class="language-plaintext"># docker build . -t ocer-world:3.1 --build-arg GITEAUSER= --build-arg GITEAPASS=
FROM node:latest
ARG GITEAUSER
ARG GITEAPASS
RUN npm install -g hexo-cli \
&amp;&amp; git clone https://$GITEAUSER:$GITEAPASS@gitea.ocer.cc/overcast404/ocer-world.git \
&amp;&amp; cd /ocer-world/land \
&amp;&amp; npm install
CMD cd ocer-world \
&amp;&amp; git pull \
&amp;&amp; cd land \
&amp;&amp; hexo clean \
&amp;&amp; hexo g \
&amp;&amp; hexo server -sp 5000</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 \