soiz1 commited on
Commit
2d21e5c
Β·
verified Β·
1 Parent(s): 17d24e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -36,7 +36,9 @@ RUN mkdir -p /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin && \
36
  chmod -R 777 /app/webTube/.gradle
37
 
38
  RUN chmod -R 777 /app/webTube/
39
- RUN chmod -R 777 /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/9l9tetv7ltxvx3i8an4pb86ye/
 
 
40
 
41
  # 必要γͺγƒ­γƒƒγ‚―γƒ•γ‚‘γ‚€γƒ«γ‚’δ½œζˆ
42
  RUN touch /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/gradle-7.6-bin.zip.lck && \
 
36
  chmod -R 777 /app/webTube/.gradle
37
 
38
  RUN chmod -R 777 /app/webTube/
39
+
40
+ RUN mkdir -p /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/9l9tetv7ltxvx3i8an4pb86ye/ && \
41
+ chmod -R 777 /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/9l9tetv7ltxvx3i8an4pb86ye/
42
 
43
  # 必要γͺγƒ­γƒƒγ‚―γƒ•γ‚‘γ‚€γƒ«γ‚’δ½œζˆ
44
  RUN touch /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/gradle-7.6-bin.zip.lck && \