GPTfree api
commited on
Update Dockerfile
Browse files- 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を作成
|