This commit is contained in:
aaron 2025-05-31 23:00:17 +08:00
parent 558b0c54ab
commit 0034f08b16
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
# 安装依赖 # 安装依赖
RUN rm -rf node_modules package-lock.json && npm install RUN npm install
# 复制项目文件 # 复制项目文件
COPY . . COPY . .

View File

@ -5,7 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: tradus-web:1.3.32 image: tradus-web:1.3.33
container_name: tradus-web container_name: tradus-web
ports: ports:
- '6000:80' - '6000:80'