soiz1 commited on
Commit
98aad74
·
verified ·
1 Parent(s): 498498c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ ENV GRADLE_USER_HOME=/app/webTube/.gradle
33
  RUN mkdir -p /app/webTube/.gradle && chmod -R 777 /app/webTube/.gradle
34
 
35
  # プロジェクトのクローンとセットアップ
36
- RUN git clone https://github.com/martykan/webTube.git /app/webTube
37
  WORKDIR /app/webTube
38
 
39
  # Gradleの互換性設定
 
33
  RUN mkdir -p /app/webTube/.gradle && chmod -R 777 /app/webTube/.gradle
34
 
35
  # プロジェクトのクローンとセットアップ
36
+ RUN rm -rf /app/webTube && git clone https://github.com/martykan/webTube.git /app/webTube
37
  WORKDIR /app/webTube
38
 
39
  # Gradleの互換性設定