This commit is contained in:
aaron 2025-05-31 22:51:25 +08:00
parent 4afc781717
commit 558b0c54ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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