Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN npm install --legacy-peer-deps
|
|
16 |
|
17 |
# OpenSSL の互換オプションを有効化
|
18 |
ENV NODE_OPTIONS="--openssl-legacy-provider"
|
19 |
-
RUN git clone
|
20 |
RUN sh handpose2scratch/install.sh
|
21 |
RUN npm start
|
22 |
# コンテナの起動時にサーバーを実行
|
|
|
16 |
|
17 |
# OpenSSL の互換オプションを有効化
|
18 |
ENV NODE_OPTIONS="--openssl-legacy-provider"
|
19 |
+
RUN git clone https://github.com/champierre/handpose2scratch.git
|
20 |
RUN sh handpose2scratch/install.sh
|
21 |
RUN npm start
|
22 |
# コンテナの起動時にサーバーを実行
|