mirror of
https://github.com/dqzboy/Docker-Proxy.git
synced 2026-05-09 07:06:27 +02:00
feat: Add Ad Slot Styles to Proxy UI
This commit is contained in:
15
Dockerfile
15
Dockerfile
@@ -1,15 +0,0 @@
|
||||
# 使用官方的 Node.js 运行时镜像作为基础镜像
|
||||
FROM node:lts-alpine
|
||||
|
||||
# 设置工作目录
|
||||
WORKDIR /app
|
||||
# 复制项目文件到工作目录
|
||||
COPY hubcmdui/ .
|
||||
# 安装项目依赖
|
||||
RUN npm install
|
||||
|
||||
# 暴露应用程序的端口
|
||||
EXPOSE 3000
|
||||
|
||||
# 运行应用程序
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user