docs: update docker/Dockerfile
This commit is contained in:
parent
5e0edba77a
commit
211277197a
@ -2,7 +2,7 @@
|
||||
title: 我的Dockerfile
|
||||
description:
|
||||
published: true
|
||||
date: 2023-04-07T01:41:33.591Z
|
||||
date: 2023-04-10T05:58:56.346Z
|
||||
tags: docker, 技术, code, 代码
|
||||
editor: ckeditor
|
||||
dateCreated: 2023-04-03T09:10:22.169Z
|
||||
@ -23,4 +23,6 @@ RUN npm install -g hexo-cli \
|
||||
&& cd ocer-world \
|
||||
&& npm install
|
||||
CMD cd ocer-world \
|
||||
&& git pull \
|
||||
&& npm install \
|
||||
&& hexo server -p 5000</code></pre>
|
||||
|
Loading…
Reference in New Issue
Block a user