diff --git a/Dockerfile.html b/Dockerfile.html index bc96457..fd24d05 100644 --- a/Dockerfile.html +++ b/Dockerfile.html @@ -2,7 +2,7 @@ title: 我的Dockerfile description: published: true -date: 2024-01-02T12:47:54.888Z +date: 2024-01-08T03:27:00.982Z tags: docker, 技术, code, 代码 editor: ckeditor dateCreated: 2023-04-03T09:10:22.169Z @@ -27,3 +27,12 @@ CMD cd ocer-world \ && cd land \ && npm install \ && hexo server -p 5000 +
FROM go:latest
+RUN git clone https://gitea.ocer.cc/overcast404/imageAve.git \
+&& cd imageAve \
+&& go mod tidy
+CMD cd imageAve \
+&& go run /api/img2color.go
++