Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -35,6 +35,8 @@ ENV GRADLE_USER_HOME=/app/webTube/.gradle
|
|
| 35 |
RUN mkdir -p /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin && \
|
| 36 |
chmod -R 777 /app/webTube/.gradle
|
| 37 |
|
|
|
|
|
|
|
| 38 |
# 必要なロックファイルを作成
|
| 39 |
RUN touch /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/gradle-7.6-bin.zip.lck && \
|
| 40 |
chmod 777 /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/gradle-7.6-bin.zip.lck
|
|
|
|
| 35 |
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 |
+
|
| 40 |
# 必要なロックファイルを作成
|
| 41 |
RUN touch /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/gradle-7.6-bin.zip.lck && \
|
| 42 |
chmod 777 /app/webTube/.gradle/wrapper/dists/gradle-7.6-bin/gradle-7.6-bin.zip.lck
|