GPTfree api commited on
Commit
8beefbc
·
verified ·
1 Parent(s): a7ab641

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -35,6 +35,7 @@ WORKDIR /app/webTube
35
 
36
  # 必要なNetCipherを統合
37
  RUN git clone https://github.com/guardianproject/NetCipher.git && \
 
38
  cp -r NetCipher/* app/libs/
39
 
40
  # SDKパスを設定するためのlocal.propertiesを作成
 
35
 
36
  # 必要なNetCipherを統合
37
  RUN git clone https://github.com/guardianproject/NetCipher.git && \
38
+ mkdir -p app/libs && \
39
  cp -r NetCipher/* app/libs/
40
 
41
  # SDKパスを設定するためのlocal.propertiesを作成