소스 검색

dockerfile

master
feing 7 달 전
부모
커밋
03d4b51467
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -10,7 +10,7 @@ COPY package*.json ./

# 安装依赖
RUN npm config set registry https://registry.npmmirror.com
RUN npm install
RUN npm install --unsafe-perm
#RUN npx vite build

# 将项目文件拷贝到工作目录

Loading…
취소
저장