From 22041788497855ea1fd2487f9b5bfdf6da34068b Mon Sep 17 00:00:00 2001 From: luochuan Date: Fri, 28 Jun 2024 18:21:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E5=8A=A8=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Dockerfile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/Dockerfile diff --git a/src/Dockerfile b/src/Dockerfile deleted file mode 100644 index b9b5899..0000000 --- a/src/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -# 使用Node.js作为基础镜像 -FROM node:latest - -# 设置工作目录 -WORKDIR /app - -# 将应用的源代码复制到工作目录 -COPY . /app - -# 暴露应用使用的端口 -EXPOSE 3000 8080 - -# 启动应用 -# 服务端 -CMD nohup sh -c 'npm run prod && npm run serve' \ No newline at end of file