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
|