From 9ed0c2e1f06d2ac7ede12161e261ba6714e04520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E9=98=B4=E5=A4=A9?= Date: Tue, 23 Jan 2024 03:09:38 +0000 Subject: [PATCH] docs: update Dockerfile --- Dockerfile.html | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Dockerfile.html b/Dockerfile.html index 641f4d0..0e32dda 100644 --- a/Dockerfile.html +++ b/Dockerfile.html @@ -2,7 +2,7 @@ title: 我的Dockerfile description: published: true -date: 2024-01-23T03:02:08.116Z +date: 2024-01-23T03:09:37.075Z tags: docker, 技术, code, 代码 editor: ckeditor dateCreated: 2023-04-03T09:10:22.169Z @@ -16,25 +16,6 @@ RUN apt-get update \ && npm install -g n \ && n latest \ && npm install -g yarn \ -

ocer-world

-

 

-
# 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 \
-&& git clone https://$GITEAUSER:$GITEAPASS@gitea.ocer.cc/overcast404/ocer-world.git \
-&& cd /ocer-world/land \
-&& npm install
-
-CMD cd ocer-world \
-&& git pull \
-&& cd land \
-&& hexo clean \
-&& hexo g \
-&& hexo server -sp 5000

imageAve

FROM golang:latest
 RUN git clone https://gitea.ocer.cc/overcast404/imageAve.git \