CikeyQi commited on
Commit
bfd7af9
·
1 Parent(s): 9b77985

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt install chromium -y
11
  WORKDIR /Yunzai
12
 
13
  # 将项目文件复制到容器中
14
- COPY . .
15
 
16
  # 进入目录
17
  RUN cd /Yunzai
 
11
  WORKDIR /Yunzai
12
 
13
  # 将项目文件复制到容器中
14
+ COPY ./ /
15
 
16
  # 进入目录
17
  RUN cd /Yunzai